Fossil SCM

Remove unnecessary variable initializations

andygoth 2017-09-23 21:30 UTC andygoth-annotation-enhancements
Commit c203ba902c747210f010ceebe39e1fff979d82c306fc5a96872a103e053c0a68
1 file changed +3 -3
+3 -3
--- src/diff.c
+++ src/diff.c
@@ -2354,13 +2354,13 @@
23542354
*/
23552355
void annotation_page(void){
23562356
int i;
23572357
int iLimit; /* Depth limit */
23582358
u64 annFlags = DIFF_STRIP_EOLCR;
2359
- int showLog = 0; /* True to display the log */
2360
- int fileVers; /* Show file version instead of check-in versions */
2361
- int ignoreWs = 0; /* Ignore whitespace */
2359
+ int showLog; /* True to display the log */
2360
+ int fileVers; /* Show file version instead of check-in versions */
2361
+ int ignoreWs; /* Ignore whitespace */
23622362
const char *zFilename; /* Name of file to annotate */
23632363
const char *zRevision; /* Name of check-in from which to start annotation */
23642364
const char *zCI; /* The check-in containing zFilename */
23652365
Annotator ann;
23662366
HQuery url;
23672367
--- src/diff.c
+++ src/diff.c
@@ -2354,13 +2354,13 @@
2354 */
2355 void annotation_page(void){
2356 int i;
2357 int iLimit; /* Depth limit */
2358 u64 annFlags = DIFF_STRIP_EOLCR;
2359 int showLog = 0; /* True to display the log */
2360 int fileVers; /* Show file version instead of check-in versions */
2361 int ignoreWs = 0; /* Ignore whitespace */
2362 const char *zFilename; /* Name of file to annotate */
2363 const char *zRevision; /* Name of check-in from which to start annotation */
2364 const char *zCI; /* The check-in containing zFilename */
2365 Annotator ann;
2366 HQuery url;
2367
--- src/diff.c
+++ src/diff.c
@@ -2354,13 +2354,13 @@
2354 */
2355 void annotation_page(void){
2356 int i;
2357 int iLimit; /* Depth limit */
2358 u64 annFlags = DIFF_STRIP_EOLCR;
2359 int showLog; /* True to display the log */
2360 int fileVers; /* Show file version instead of check-in versions */
2361 int ignoreWs; /* Ignore whitespace */
2362 const char *zFilename; /* Name of file to annotate */
2363 const char *zRevision; /* Name of check-in from which to start annotation */
2364 const char *zCI; /* The check-in containing zFilename */
2365 Annotator ann;
2366 HQuery url;
2367

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button