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/crypto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/crypto.h') diff --git a/src/crypto.h b/src/crypto.h index 27adf6f..78c8d4f 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -89,7 +89,6 @@ int _##luaname##_common_hash(lua_State* L){\ struct hashname##_hash* a = (struct hashname##_hash*)lua_newuserdata(L, sizeof * a);\ int ud = lua_gettop(L);\ *a = initf;\ - int ini = lua_gettop(L);\ lua_common_hash_meta_def(luaname, exitf);\ lua_pushvalue(L, ud);\ return 1;\ -- cgit v1.2.3