diff options
author | 2021-06-24 23:12:27 +1000 | |
---|---|---|
committer | 2021-06-24 23:12:27 +1000 | |
commit | 50da25ae5bd89c625c64d75d8a7c43c04b7cd618 (patch) | |
tree | 452cd7d8e37f57ec5024c1de79f669f161a5ae06 /scripts/src | |
parent | 3a0f72424c263d1f347b4175bbe8033ce87d437a (diff) |
-util: Retire legacy object pool, removing vestigial references.
Thanks to AJR, Ivan Vangelista and Aaron Giles for helping make this
possible.
Also fixed debug build of imgtool.
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/lib.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/src/lib.lua b/scripts/src/lib.lua index 986f724d988..c943656ca14 100644 --- a/scripts/src/lib.lua +++ b/scripts/src/lib.lua @@ -91,8 +91,6 @@ project "utils" MAME_DIR .. "src/lib/util/plaparse.h", MAME_DIR .. "src/lib/util/png.cpp", MAME_DIR .. "src/lib/util/png.h", - MAME_DIR .. "src/lib/util/pool.cpp", - MAME_DIR .. "src/lib/util/pool.h", MAME_DIR .. "src/lib/util/server_http.hpp", MAME_DIR .. "src/lib/util/server_https.hpp", MAME_DIR .. "src/lib/util/server_ws.hpp", |