From 81ffe0d26d56b3c72d1a8e15997ffca2cccc62d1 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 4 Jun 2024 14:53:11 +0900 Subject: [PATCH] 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. --- src/another_memcheck.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/another_memcheck.h b/src/another_memcheck.h index d6231c9..69b0bf7 100644 --- a/src/another_memcheck.h +++ b/src/another_memcheck.h @@ -30,8 +30,6 @@ namespace SC_AM_Internal { Malloced *data; }; - using MapDataType = std::pair; - struct Stats { Stats();