aboutsummaryrefslogtreecommitdiffstats
path: root/memcheck/memcheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'memcheck/memcheck.h')
-rw-r--r--memcheck/memcheck.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/memcheck/memcheck.h b/memcheck/memcheck.h
index a9a6422..a7761a9 100644
--- a/memcheck/memcheck.h
+++ b/memcheck/memcheck.h
@@ -18,12 +18,6 @@
#ifndef QEMU_MEMCHECK_MEMCHECK_H
#define QEMU_MEMCHECK_MEMCHECK_H
-/* 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_common.h"
#ifdef __cplusplus