Fossil SCM
out w/ unused var
Commit
30bfba32c86c939022d36e87feac96aa9ad12576c0dfcca536b5ef0bb1fc2612
Parent
602e580bd12f452…
1 file changed
-1
-1
| --- src/forum.c | ||
| +++ src/forum.c | ||
| @@ -765,11 +765,10 @@ | ||
| 765 | 765 | char *zPosterName; /* Name of user who originally made this post */ |
| 766 | 766 | char *zEditorName; /* Name of user who provided the current edit */ |
| 767 | 767 | char *zDate; /* The time/date string */ |
| 768 | 768 | char *zDateZulu; /* The date/time string in Zulul time */ |
| 769 | 769 | char *zHist; /* History query string */ |
| 770 | - char *z; | |
| 771 | 770 | Manifest *pManifest; /* Manifest comprising the current post */ |
| 772 | 771 | int bPrivate; /* True for posts awaiting moderation */ |
| 773 | 772 | int bSameUser; /* True if author is also the reader */ |
| 774 | 773 | int iIndent; /* Indent level */ |
| 775 | 774 | int iClosed; /* True if (sub)thread is closed */ |
| 776 | 775 |
| --- src/forum.c | |
| +++ src/forum.c | |
| @@ -765,11 +765,10 @@ | |
| 765 | char *zPosterName; /* Name of user who originally made this post */ |
| 766 | char *zEditorName; /* Name of user who provided the current edit */ |
| 767 | char *zDate; /* The time/date string */ |
| 768 | char *zDateZulu; /* The date/time string in Zulul time */ |
| 769 | char *zHist; /* History query string */ |
| 770 | char *z; |
| 771 | Manifest *pManifest; /* Manifest comprising the current post */ |
| 772 | int bPrivate; /* True for posts awaiting moderation */ |
| 773 | int bSameUser; /* True if author is also the reader */ |
| 774 | int iIndent; /* Indent level */ |
| 775 | int iClosed; /* True if (sub)thread is closed */ |
| 776 |
| --- src/forum.c | |
| +++ src/forum.c | |
| @@ -765,11 +765,10 @@ | |
| 765 | char *zPosterName; /* Name of user who originally made this post */ |
| 766 | char *zEditorName; /* Name of user who provided the current edit */ |
| 767 | char *zDate; /* The time/date string */ |
| 768 | char *zDateZulu; /* The date/time string in Zulul time */ |
| 769 | char *zHist; /* History query string */ |
| 770 | Manifest *pManifest; /* Manifest comprising the current post */ |
| 771 | int bPrivate; /* True for posts awaiting moderation */ |
| 772 | int bSameUser; /* True if author is also the reader */ |
| 773 | int iIndent; /* Indent level */ |
| 774 | int iClosed; /* True if (sub)thread is closed */ |
| 775 |