Removed dead code.
This commit is contained in:
parent
526c5e7373
commit
468b6a83bb
@ -16,9 +16,6 @@
|
||||
#include "lua.h"
|
||||
#include "lauxlib.h"
|
||||
|
||||
#define MYNAME "immutable"
|
||||
#define MYTYPE MYNAME
|
||||
|
||||
// The C API changed from 5.1 to 5.2, so these shims help the code compile on >=5.2
|
||||
#if LUA_VERSION_NUM >= 502
|
||||
#define lua_objlen(L, i) lua_rawlen(L, i)
|
||||
|
Loading…
Reference in New Issue
Block a user