diff options
author | 2016-08-05 08:29:32 -0400 | |
---|---|---|
committer | 2016-08-05 08:29:32 -0400 | |
commit | c77310389e095b3c93a0cb7c238b5e8dcf1dd152 (patch) | |
tree | 0f989a970bbbf608efab73794d5adb2e7e7a8f53 /scripts | |
parent | f9db568146503c253230295ace2deba8433f6754 (diff) |
Removed src/lib/util/cstrpool.[cpp|h]; it is no longer used
Diffstat (limited to 'scripts')
-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 7353c87c1d9..1549084c918 100644 --- a/scripts/src/lib.lua +++ b/scripts/src/lib.lua @@ -48,8 +48,6 @@ project "utils" MAME_DIR .. "src/lib/util/corestr.h", MAME_DIR .. "src/lib/util/coreutil.cpp", MAME_DIR .. "src/lib/util/coreutil.h", - MAME_DIR .. "src/lib/util/cstrpool.cpp", - MAME_DIR .. "src/lib/util/cstrpool.h", MAME_DIR .. "src/lib/util/delegate.cpp", MAME_DIR .. "src/lib/util/delegate.h", MAME_DIR .. "src/lib/util/flac.cpp", |