Remove unused

This commit is contained in:
halx99 2021-10-12 12:18:38 +08:00
parent d8fdcc3be9
commit ec275dce76
1 changed files with 0 additions and 4 deletions

View File

@ -45,10 +45,6 @@ extern "C"
{
int cocos2dx_lua_loader(lua_State *L)
{
using namespace cxx17;
const auto BYTECODE_FILE_EXT = ".luac"_sv;
const auto NOT_BYTECODE_FILE_EXT = ".lua"_sv;
auto path = adxelua_tosv(L, 1);
std::string strPath{path};