diff options
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -553,7 +553,6 @@ int lcoreLoadBuffer( lua_State *L ) { int type = luaL_checkinteger( L, 2 ); Buffer buffer = { 0 }; - // Buffer *buffer = lua_newuserdata( L, sizeof( Buffer ) ); int len = uluaGetTableLenIndex( L, 1 ); switch ( type ) { |
