Remove unused type definition

The type definition was a remnant of attempting to use
std::unordered_map, but that used whatever the "malloc" symbol pointed
to.
This commit is contained in:
Stephen Seo 2024-06-04 14:53:11 +09:00
parent fd0da26f83
commit 81ffe0d26d

View file

@ -30,8 +30,6 @@ namespace SC_AM_Internal {
Malloced *data; Malloced *data;
}; };
using MapDataType = std::pair<const void*, Malloced>;
struct Stats { struct Stats {
Stats(); Stats();