Fossil SCM

unused variable

jan.nijtmans 2013-11-22 09:25 trunk
Commit 0deb022ae57d2bd575f2485f6ce2752a195b02e1
1 file changed -1
-1
--- src/stat.c
+++ src/stat.c
@@ -292,11 +292,10 @@
292292
**
293293
** Show the repository schema
294294
*/
295295
void repo_schema_page(void){
296296
Stmt q;
297
- int cnt;
298297
login_check_credentials();
299298
if( !g.perm.Admin ){ login_needed(); return; }
300299
301300
style_header("Repository Schema");
302301
style_submenu_element("Stat", "Repository Stats", "stat");
303302
--- 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

Keyboard Shortcuts

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