diff options
Diffstat (limited to 'src/crypto.h')
| -rw-r--r-- | src/crypto.h | 1 |
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;\
|
