From 98aae29c1c0955ad1ce3d448459ecb5fae7cb764 Mon Sep 17 00:00:00 2001 From: jyelon Date: Thu, 19 Feb 2026 23:44:47 -0500 Subject: [PATCH] Remove some spurious crap from table.cpp --- luprex/cpp/core/table.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/luprex/cpp/core/table.cpp b/luprex/cpp/core/table.cpp index 38d9d277..4ad152fe 100644 --- a/luprex/cpp/core/table.cpp +++ b/luprex/cpp/core/table.cpp @@ -773,18 +773,6 @@ LuaDefine(table_semisortedpairs, "table", return LS.result(); } -#define LUA_TNIL 0 -#define LUA_TBOOLEAN 1 -#define LUA_TLIGHTUSERDATA 2 -#define LUA_TNUMBER 3 -#define LUA_TSTRING 4 -#define LUA_TTABLE 5 -#define LUA_TFUNCTION 6 -#define LUA_TUSERDATA 7 -#define LUA_TTHREAD 8 - -#define LUA_NUMTAGS 9 - LuaDefine(genlt, "obj1,obj2", "|Generalized less-than function" "|"