aboutsummaryrefslogtreecommitdiff
path: root/src/hash/buzhash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/buzhash.c')
-rw-r--r--src/hash/buzhash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hash/buzhash.c b/src/hash/buzhash.c
index ec2705d..4016110 100644
--- a/src/hash/buzhash.c
+++ b/src/hash/buzhash.c
@@ -47,7 +47,6 @@ int l_setbuzhash(lua_State* L){
exit(0);
}
- double s = 0;
for(int i = 0; i <= len-1; i++){
lua_pushinteger(L,i+1);