Fossil SCM
Fix a compiler warning of an unused variable.
Commit
d35608836ee123e654d8bac6873475dbd4be10b5
Parent
4cc0ebef9a74d41…
1 file changed
+1
-1
+1
-1
| --- src/stat.c | ||
| +++ src/stat.c | ||
| @@ -30,11 +30,11 @@ | ||
| 30 | 30 | void stat_page(void){ |
| 31 | 31 | i64 t; |
| 32 | 32 | int n, m, fsize; |
| 33 | 33 | int szMax, szAvg; |
| 34 | 34 | char zBuf[100]; |
| 35 | - char *zVers; | |
| 35 | + | |
| 36 | 36 | login_check_credentials(); |
| 37 | 37 | if( !g.okRead ){ login_needed(); return; } |
| 38 | 38 | style_header("Repository Statistics"); |
| 39 | 39 | @ <table class="label-value"> |
| 40 | 40 | @ <tr><th>Repository Size:</th><td> |
| 41 | 41 |
| --- src/stat.c | |
| +++ src/stat.c | |
| @@ -30,11 +30,11 @@ | |
| 30 | void stat_page(void){ |
| 31 | i64 t; |
| 32 | int n, m, fsize; |
| 33 | int szMax, szAvg; |
| 34 | char zBuf[100]; |
| 35 | char *zVers; |
| 36 | login_check_credentials(); |
| 37 | if( !g.okRead ){ login_needed(); return; } |
| 38 | style_header("Repository Statistics"); |
| 39 | @ <table class="label-value"> |
| 40 | @ <tr><th>Repository Size:</th><td> |
| 41 |
| --- src/stat.c | |
| +++ src/stat.c | |
| @@ -30,11 +30,11 @@ | |
| 30 | void stat_page(void){ |
| 31 | i64 t; |
| 32 | int n, m, fsize; |
| 33 | int szMax, szAvg; |
| 34 | char zBuf[100]; |
| 35 | |
| 36 | login_check_credentials(); |
| 37 | if( !g.okRead ){ login_needed(); return; } |
| 38 | style_header("Repository Statistics"); |
| 39 | @ <table class="label-value"> |
| 40 | @ <tr><th>Repository Size:</th><td> |
| 41 |