aboutsummaryrefslogtreecommitdiffstats
path: root/memcheck/memcheck_malloc_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'memcheck/memcheck_malloc_map.c')
-rw-r--r--memcheck/memcheck_malloc_map.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/memcheck/memcheck_malloc_map.c b/memcheck/memcheck_malloc_map.c
index 07ae889..d7e8032 100644
--- a/memcheck/memcheck_malloc_map.c
+++ b/memcheck/memcheck_malloc_map.c
@@ -15,12 +15,6 @@
* memory blocks allocated by the guest system.
*/
-/* This file should compile iff qemu is built with memory checking
- * configuration turned on. */
-#ifndef CONFIG_MEMCHECK
-#error CONFIG_MEMCHECK is not defined.
-#endif // CONFIG_MEMCHECK
-
#include "memcheck_malloc_map.h"
#include "memcheck_util.h"
#include "memcheck_logging.h"