Fossil SCM
Remove unused variable from ticket_cmd().
Commit
a0b3769b0122cb3ca4458dd1768922f25fbd179d
Parent
c05f6afaf22849c…
1 file changed
-1
-1
| --- src/tkt.c | ||
| +++ src/tkt.c | ||
| @@ -1011,11 +1011,10 @@ | ||
| 1011 | 1011 | } |
| 1012 | 1012 | |
| 1013 | 1013 | /* we just handle history separately here, does not get out */ |
| 1014 | 1014 | if( eCmd==history ){ |
| 1015 | 1015 | Stmt q; |
| 1016 | - char *zTitle; | |
| 1017 | 1016 | int tagid; |
| 1018 | 1017 | |
| 1019 | 1018 | if ( i != g.argc ){ |
| 1020 | 1019 | fossil_fatal("no other parameters expected to %s!",g.argv[2]); |
| 1021 | 1020 | } |
| 1022 | 1021 |
| --- 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 |