Fossil SCM
Remove unused local variables that caused breakages with -Werror. To do: This branch still gives a very different answer than trunk for [/annotate?limit=-1&checkin=8e27a5a0&filename=src/login.c&log=1]
Commit
120ff0b8a39436028a52a7af5d7c9c2963f1682e6dfc7e4ea08c1beb3f8ea876
Parent
7f2689b1b5411c5…
1 file changed
-2
-2
| --- src/diff.c | ||
| +++ src/diff.c | ||
| @@ -2539,12 +2539,10 @@ | ||
| 2539 | 2539 | int iLimit; /* How far back in time to look */ |
| 2540 | 2540 | int showLog; /* True to show the log */ |
| 2541 | 2541 | int fileVers; /* Show file version instead of check-in versions */ |
| 2542 | 2542 | u64 annFlags = 0; /* Flags to control annotation properties */ |
| 2543 | 2543 | int bBlame = 0; /* True for BLAME output. False for ANNOTATE. */ |
| 2544 | - Manifest *pManifest; /* Manifest structure */ | |
| 2545 | - ManifestFile *pFile; /* Manifest file pointer */ | |
| 2546 | 2544 | |
| 2547 | 2545 | bBlame = g.argv[1][0]!='a'; |
| 2548 | 2546 | zRevision = find_option("r","revision",1); |
| 2549 | 2547 | zLimit = find_option("limit","n",1); |
| 2550 | 2548 | if( zLimit==0 || zLimit[0]==0 ) zLimit = "-1"; |
| 2551 | 2549 |
| --- src/diff.c | |
| +++ src/diff.c | |
| @@ -2539,12 +2539,10 @@ | |
| 2539 | int iLimit; /* How far back in time to look */ |
| 2540 | int showLog; /* True to show the log */ |
| 2541 | int fileVers; /* Show file version instead of check-in versions */ |
| 2542 | u64 annFlags = 0; /* Flags to control annotation properties */ |
| 2543 | int bBlame = 0; /* True for BLAME output. False for ANNOTATE. */ |
| 2544 | Manifest *pManifest; /* Manifest structure */ |
| 2545 | ManifestFile *pFile; /* Manifest file pointer */ |
| 2546 | |
| 2547 | bBlame = g.argv[1][0]!='a'; |
| 2548 | zRevision = find_option("r","revision",1); |
| 2549 | zLimit = find_option("limit","n",1); |
| 2550 | if( zLimit==0 || zLimit[0]==0 ) zLimit = "-1"; |
| 2551 |
| --- src/diff.c | |
| +++ src/diff.c | |
| @@ -2539,12 +2539,10 @@ | |
| 2539 | int iLimit; /* How far back in time to look */ |
| 2540 | int showLog; /* True to show the log */ |
| 2541 | int fileVers; /* Show file version instead of check-in versions */ |
| 2542 | u64 annFlags = 0; /* Flags to control annotation properties */ |
| 2543 | int bBlame = 0; /* True for BLAME output. False for ANNOTATE. */ |
| 2544 | |
| 2545 | bBlame = g.argv[1][0]!='a'; |
| 2546 | zRevision = find_option("r","revision",1); |
| 2547 | zLimit = find_option("limit","n",1); |
| 2548 | if( zLimit==0 || zLimit[0]==0 ) zLimit = "-1"; |
| 2549 |