Fossil SCM
unused variable
Commit
0deb022ae57d2bd575f2485f6ce2752a195b02e1
Parent
74a4db258a5de66…
1 file changed
-1
-1
| --- src/stat.c | ||
| +++ src/stat.c | ||
| @@ -292,11 +292,10 @@ | ||
| 292 | 292 | ** |
| 293 | 293 | ** Show the repository schema |
| 294 | 294 | */ |
| 295 | 295 | void repo_schema_page(void){ |
| 296 | 296 | Stmt q; |
| 297 | - int cnt; | |
| 298 | 297 | login_check_credentials(); |
| 299 | 298 | if( !g.perm.Admin ){ login_needed(); return; } |
| 300 | 299 | |
| 301 | 300 | style_header("Repository Schema"); |
| 302 | 301 | style_submenu_element("Stat", "Repository Stats", "stat"); |
| 303 | 302 |
| --- src/stat.c | |
| +++ src/stat.c | |
| @@ -292,11 +292,10 @@ | |
| 292 | ** |
| 293 | ** Show the repository schema |
| 294 | */ |
| 295 | void repo_schema_page(void){ |
| 296 | Stmt q; |
| 297 | int cnt; |
| 298 | login_check_credentials(); |
| 299 | if( !g.perm.Admin ){ login_needed(); return; } |
| 300 | |
| 301 | style_header("Repository Schema"); |
| 302 | style_submenu_element("Stat", "Repository Stats", "stat"); |
| 303 |
| --- src/stat.c | |
| +++ src/stat.c | |
| @@ -292,11 +292,10 @@ | |
| 292 | ** |
| 293 | ** Show the repository schema |
| 294 | */ |
| 295 | void repo_schema_page(void){ |
| 296 | Stmt q; |
| 297 | login_check_credentials(); |
| 298 | if( !g.perm.Admin ){ login_needed(); return; } |
| 299 | |
| 300 | style_header("Repository Schema"); |
| 301 | style_submenu_element("Stat", "Repository Stats", "stat"); |
| 302 |