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