Fossil SCM
Remove an unused variable from the annotation logic in diff.c.
Commit
770fd05fe8595a287aafbfd937dfaed41dbcca99
Parent
ef26e7624e1e81e…
1 file changed
-1
-1
| --- src/diff.c | ||
| +++ src/diff.c | ||
| @@ -2399,11 +2399,10 @@ | ||
| 2399 | 2399 | int iLimit; /* Depth limit */ |
| 2400 | 2400 | int annFlags = ANN_FILE_ANCEST; |
| 2401 | 2401 | int showLog = 0; /* True to display the log */ |
| 2402 | 2402 | const char *zFilename; /* Name of file to annotate */ |
| 2403 | 2403 | const char *zCI; /* The check-in containing zFilename */ |
| 2404 | - char zFormat[10]; /* Format string for line numbers */ | |
| 2405 | 2404 | Annotator ann; |
| 2406 | 2405 | HQuery url; |
| 2407 | 2406 | struct AnnVers *p; |
| 2408 | 2407 | unsigned clr1, clr2, clr; |
| 2409 | 2408 | |
| 2410 | 2409 |
| --- src/diff.c | |
| +++ src/diff.c | |
| @@ -2399,11 +2399,10 @@ | |
| 2399 | int iLimit; /* Depth limit */ |
| 2400 | int annFlags = ANN_FILE_ANCEST; |
| 2401 | int showLog = 0; /* True to display the log */ |
| 2402 | const char *zFilename; /* Name of file to annotate */ |
| 2403 | const char *zCI; /* The check-in containing zFilename */ |
| 2404 | char zFormat[10]; /* Format string for line numbers */ |
| 2405 | Annotator ann; |
| 2406 | HQuery url; |
| 2407 | struct AnnVers *p; |
| 2408 | unsigned clr1, clr2, clr; |
| 2409 | |
| 2410 |
| --- src/diff.c | |
| +++ src/diff.c | |
| @@ -2399,11 +2399,10 @@ | |
| 2399 | int iLimit; /* Depth limit */ |
| 2400 | int annFlags = ANN_FILE_ANCEST; |
| 2401 | int showLog = 0; /* True to display the log */ |
| 2402 | const char *zFilename; /* Name of file to annotate */ |
| 2403 | const char *zCI; /* The check-in containing zFilename */ |
| 2404 | Annotator ann; |
| 2405 | HQuery url; |
| 2406 | struct AnnVers *p; |
| 2407 | unsigned clr1, clr2, clr; |
| 2408 | |
| 2409 |