diff options
-rw-r--r-- | qemu_mode/libqasan/libqasan.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qemu_mode/libqasan/libqasan.c b/qemu_mode/libqasan/libqasan.c index 13e48c75..f4d590bd 100644 --- a/qemu_mode/libqasan/libqasan.c +++ b/qemu_mode/libqasan/libqasan.c @@ -72,8 +72,6 @@ __attribute__((constructor)) void __libqasan_init() { if (getenv("AFL_INST_LIBS") || getenv("QASAN_HOTPACH")) __libqasan_hotpatch(); - if (getenv("AFL_INST_LIBS") || getenv("QASAN_HOTPACH")) __libqasan_hotpatch(); - #ifdef DEBUG __qasan_debug = getenv("QASAN_DEBUG") != NULL; #endif |