Fossil SCM
Remove an unused variable.
Commit
f1ed720a84fbfdb048d9e0a0c83e3fbd24628fb3
Parent
a050cd09e6763f6…
1 file changed
-1
-1
| --- src/cache.c | ||
| +++ src/cache.c | ||
| @@ -326,11 +326,10 @@ | ||
| 326 | 326 | ** Show information about the webpage cache |
| 327 | 327 | */ |
| 328 | 328 | void cache_page(void){ |
| 329 | 329 | sqlite3 *db; |
| 330 | 330 | sqlite3_stmt *pStmt; |
| 331 | - char *zDbName; | |
| 332 | 331 | char zBuf[100]; |
| 333 | 332 | |
| 334 | 333 | login_check_credentials(); |
| 335 | 334 | if( !g.perm.Setup ){ login_needed(); return; } |
| 336 | 335 | style_header("Web Cache Status"); |
| 337 | 336 |
| --- src/cache.c | |
| +++ src/cache.c | |
| @@ -326,11 +326,10 @@ | |
| 326 | ** Show information about the webpage cache |
| 327 | */ |
| 328 | void cache_page(void){ |
| 329 | sqlite3 *db; |
| 330 | sqlite3_stmt *pStmt; |
| 331 | char *zDbName; |
| 332 | char zBuf[100]; |
| 333 | |
| 334 | login_check_credentials(); |
| 335 | if( !g.perm.Setup ){ login_needed(); return; } |
| 336 | style_header("Web Cache Status"); |
| 337 |
| --- src/cache.c | |
| +++ src/cache.c | |
| @@ -326,11 +326,10 @@ | |
| 326 | ** Show information about the webpage cache |
| 327 | */ |
| 328 | void cache_page(void){ |
| 329 | sqlite3 *db; |
| 330 | sqlite3_stmt *pStmt; |
| 331 | char zBuf[100]; |
| 332 | |
| 333 | login_check_credentials(); |
| 334 | if( !g.perm.Setup ){ login_needed(); return; } |
| 335 | style_header("Web Cache Status"); |
| 336 |