Remove this

This commit is contained in:
fed 2023-02-27 01:20:58 +01:00
parent 2ded4c6a2a
commit d4ba37cde5

View File

@ -89,7 +89,6 @@ namespace game
WEAK symbol<std::unordered_map<std::string_view, std::uint16_t>> function_map_rev{0};
WEAK symbol<std::unordered_map<std::string_view, std::uint16_t>> method_map_rev{0};
WEAK symbol<std::unordered_map<std::string, std::uint16_t>> token_map_rev{0};
WEAK symbol<std::unordered_map<std::uint16_t, std::string_view>> token_map{0};
WEAK symbol<int(const char* fmt, ...)> printf{0};
WEAK symbol<void*> function_table{0};
WEAK symbol<void*> method_table{0};