diff options
| author | ame <[email protected]> | 2025-07-24 02:32:37 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2025-07-24 02:32:37 -0500 |
| commit | ed2dd6874a905769c5cfc080333ab0b12f9a9fe8 (patch) | |
| tree | 60e29dbb01635dc9a94e02709520baea1b63d5fe /src/hash/pearson.c | |
| parent | b392bec30ebdd4c84446623193b82531b8001b88 (diff) | |
errors and then,, yknow fix them
Diffstat (limited to 'src/hash/pearson.c')
| -rw-r--r-- | src/hash/pearson.c | 1 |
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);
|
