aboutsummaryrefslogtreecommitdiffstats
path: root/memcheck/memcheck_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'memcheck/memcheck_util.c')
-rw-r--r--memcheck/memcheck_util.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/memcheck/memcheck_util.c b/memcheck/memcheck_util.c
index 5449488..8a59914 100644
--- a/memcheck/memcheck_util.c
+++ b/memcheck/memcheck_util.c
@@ -14,12 +14,6 @@
* Contains implementation of utility routines for memchecker framework.
*/
-/* 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 "stdio.h"
#include "qemu-common.h"
#include "android/utils/path.h"