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:
parent
fd0da26f83
commit
81ffe0d26d
1 changed files with 0 additions and 2 deletions
|
@ -30,8 +30,6 @@ namespace SC_AM_Internal {
|
|||
Malloced *data;
|
||||
};
|
||||
|
||||
using MapDataType = std::pair<const void*, Malloced>;
|
||||
|
||||
struct Stats {
|
||||
Stats();
|
||||
|
||||
|
|
Loading…
Reference in a new issue