summaryrefslogtreecommitdiff
path: root/src/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index 92eb5bd..bd1ffe0 100644
--- a/src/core.c
+++ b/src/core.c
@@ -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 ) {