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]

drh 2017-09-24 09:39 UTC andygoth-annotation-enhancements
Commit 120ff0b8a39436028a52a7af5d7c9c2963f1682e6dfc7e4ea08c1beb3f8ea876
1 file changed -2
-2
--- src/diff.c
+++ src/diff.c
@@ -2539,12 +2539,10 @@
25392539
int iLimit; /* How far back in time to look */
25402540
int showLog; /* True to show the log */
25412541
int fileVers; /* Show file version instead of check-in versions */
25422542
u64 annFlags = 0; /* Flags to control annotation properties */
25432543
int bBlame = 0; /* True for BLAME output. False for ANNOTATE. */
2544
- Manifest *pManifest; /* Manifest structure */
2545
- ManifestFile *pFile; /* Manifest file pointer */
25462544
25472545
bBlame = g.argv[1][0]!='a';
25482546
zRevision = find_option("r","revision",1);
25492547
zLimit = find_option("limit","n",1);
25502548
if( zLimit==0 || zLimit[0]==0 ) zLimit = "-1";
25512549
--- 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

Keyboard Shortcuts

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