aboutsummaryrefslogtreecommitdiff
path: root/src/crypto.h
diff options
context:
space:
mode:
authorame <[email protected]>2025-07-24 02:32:37 -0500
committerame <[email protected]>2025-07-24 02:32:37 -0500
commited2dd6874a905769c5cfc080333ab0b12f9a9fe8 (patch)
tree60e29dbb01635dc9a94e02709520baea1b63d5fe /src/crypto.h
parentb392bec30ebdd4c84446623193b82531b8001b88 (diff)
errors and then,, yknow fix them
Diffstat (limited to 'src/crypto.h')
-rw-r--r--src/crypto.h1
1 files changed, 0 insertions, 1 deletions
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;\