From ed2dd6874a905769c5cfc080333ab0b12f9a9fe8 Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 24 Jul 2025 02:32:37 -0500 Subject: errors and then,, yknow fix them --- src/hash/pearson.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/hash/pearson.c') 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); -- cgit v1.2.3