Fossil SCM

Remove an unused variable.

drh 2015-05-14 21:00 trunk
Commit 99f8337b66f08c3411eff50cf72e43ca84365400
1 file changed -1
-1
--- src/name.c
+++ src/name.c
@@ -1138,11 +1138,10 @@
11381138
** WEBPAGE: hash-collisions
11391139
**
11401140
** Show the number of hash collisions for hash prefixes of various lengths.
11411141
*/
11421142
void hash_collisions_webpage(void){
1143
- Stmt q;
11441143
login_check_credentials();
11451144
if( !g.perm.Read ){ login_needed(g.anon.Read); return; }
11461145
style_header("SHA1 Prefix Collisions");
11471146
style_submenu_element("Activity Reports", 0, "reports");
11481147
style_submenu_element("Stats", 0, "stat");
11491148
--- 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

Keyboard Shortcuts

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