Fossil SCM
Remove a harmless unused variable.
Commit
a004b1729c419c4f323f61718e05ab5e3812a64ddaf1a0ceaacd17fd2f301f93
Parent
89e5c03a326933d…
1 file changed
-1
-1
| --- src/stat.c | ||
| +++ src/stat.c | ||
| @@ -480,11 +480,10 @@ | ||
| 480 | 480 | Stmt q; |
| 481 | 481 | int cnt; |
| 482 | 482 | int showAll = P("all")!=0; |
| 483 | 483 | int nOmitted; |
| 484 | 484 | sqlite3_int64 iNow; |
| 485 | - char *zRemote; | |
| 486 | 485 | |
| 487 | 486 | login_check_credentials(); |
| 488 | 487 | if( !g.perm.Admin ){ login_needed(0); return; } |
| 489 | 488 | |
| 490 | 489 | style_set_current_feature("stat"); |
| 491 | 490 |
| --- src/stat.c | |
| +++ src/stat.c | |
| @@ -480,11 +480,10 @@ | |
| 480 | Stmt q; |
| 481 | int cnt; |
| 482 | int showAll = P("all")!=0; |
| 483 | int nOmitted; |
| 484 | sqlite3_int64 iNow; |
| 485 | char *zRemote; |
| 486 | |
| 487 | login_check_credentials(); |
| 488 | if( !g.perm.Admin ){ login_needed(0); return; } |
| 489 | |
| 490 | style_set_current_feature("stat"); |
| 491 |
| --- src/stat.c | |
| +++ src/stat.c | |
| @@ -480,11 +480,10 @@ | |
| 480 | Stmt q; |
| 481 | int cnt; |
| 482 | int showAll = P("all")!=0; |
| 483 | int nOmitted; |
| 484 | sqlite3_int64 iNow; |
| 485 | |
| 486 | login_check_credentials(); |
| 487 | if( !g.perm.Admin ){ login_needed(0); return; } |
| 488 | |
| 489 | style_set_current_feature("stat"); |
| 490 |