Fossil SCM
Remove an unused variable.
Commit
99f8337b66f08c3411eff50cf72e43ca84365400
Parent
648dc3e7046d657…
1 file changed
-1
-1
| --- src/name.c | ||
| +++ src/name.c | ||
| @@ -1138,11 +1138,10 @@ | ||
| 1138 | 1138 | ** WEBPAGE: hash-collisions |
| 1139 | 1139 | ** |
| 1140 | 1140 | ** Show the number of hash collisions for hash prefixes of various lengths. |
| 1141 | 1141 | */ |
| 1142 | 1142 | void hash_collisions_webpage(void){ |
| 1143 | - Stmt q; | |
| 1144 | 1143 | login_check_credentials(); |
| 1145 | 1144 | if( !g.perm.Read ){ login_needed(g.anon.Read); return; } |
| 1146 | 1145 | style_header("SHA1 Prefix Collisions"); |
| 1147 | 1146 | style_submenu_element("Activity Reports", 0, "reports"); |
| 1148 | 1147 | style_submenu_element("Stats", 0, "stat"); |
| 1149 | 1148 |
| --- src/name.c | |
| +++ src/name.c | |
| @@ -1138,11 +1138,10 @@ | |
| 1138 | ** WEBPAGE: hash-collisions |
| 1139 | ** |
| 1140 | ** Show the number of hash collisions for hash prefixes of various lengths. |
| 1141 | */ |
| 1142 | void hash_collisions_webpage(void){ |
| 1143 | Stmt q; |
| 1144 | login_check_credentials(); |
| 1145 | if( !g.perm.Read ){ login_needed(g.anon.Read); return; } |
| 1146 | style_header("SHA1 Prefix Collisions"); |
| 1147 | style_submenu_element("Activity Reports", 0, "reports"); |
| 1148 | style_submenu_element("Stats", 0, "stat"); |
| 1149 |
| --- src/name.c | |
| +++ src/name.c | |
| @@ -1138,11 +1138,10 @@ | |
| 1138 | ** WEBPAGE: hash-collisions |
| 1139 | ** |
| 1140 | ** Show the number of hash collisions for hash prefixes of various lengths. |
| 1141 | */ |
| 1142 | void hash_collisions_webpage(void){ |
| 1143 | login_check_credentials(); |
| 1144 | if( !g.perm.Read ){ login_needed(g.anon.Read); return; } |
| 1145 | style_header("SHA1 Prefix Collisions"); |
| 1146 | style_submenu_element("Activity Reports", 0, "reports"); |
| 1147 | style_submenu_element("Stats", 0, "stat"); |
| 1148 |