Fossil SCM

Remove unused variable from ticket_cmd().

dmitry 2011-09-08 13:07 trunk
Commit a0b3769b0122cb3ca4458dd1768922f25fbd179d
1 file changed -1
-1
--- src/tkt.c
+++ src/tkt.c
@@ -1011,11 +1011,10 @@
10111011
}
10121012
10131013
/* we just handle history separately here, does not get out */
10141014
if( eCmd==history ){
10151015
Stmt q;
1016
- char *zTitle;
10171016
int tagid;
10181017
10191018
if ( i != g.argc ){
10201019
fossil_fatal("no other parameters expected to %s!",g.argv[2]);
10211020
}
10221021
--- src/tkt.c
+++ src/tkt.c
@@ -1011,11 +1011,10 @@
1011 }
1012
1013 /* we just handle history separately here, does not get out */
1014 if( eCmd==history ){
1015 Stmt q;
1016 char *zTitle;
1017 int tagid;
1018
1019 if ( i != g.argc ){
1020 fossil_fatal("no other parameters expected to %s!",g.argv[2]);
1021 }
1022
--- src/tkt.c
+++ src/tkt.c
@@ -1011,11 +1011,10 @@
1011 }
1012
1013 /* we just handle history separately here, does not get out */
1014 if( eCmd==history ){
1015 Stmt q;
 
1016 int tagid;
1017
1018 if ( i != g.argc ){
1019 fossil_fatal("no other parameters expected to %s!",g.argv[2]);
1020 }
1021

Keyboard Shortcuts

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