about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-02-02 09:54:24 +0100
committervanhauser-thc <vh@thc.org>2024-02-02 09:54:24 +0100
commitbd13d32437ebf0c1f7304dc4c8f9797dc4cce7fb (patch)
treed8a426ce82c517001c0fb1394bf28349b5e09f19 /src
parent79080355ac1be8f4edc9818daf5530691aad7f3c (diff)
downloadafl++-bd13d32437ebf0c1f7304dc4c8f9797dc4cce7fb.tar.gz
final touches
Diffstat (limited to 'src')
-rw-r--r--src/afl-cc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/afl-cc.c b/src/afl-cc.c
index 4f6745ed..fd466541 100644
--- a/src/afl-cc.c
+++ b/src/afl-cc.c
@@ -1103,8 +1103,6 @@ static void instrument_opt_mode_exclude(aflcc_state_t *aflcc) {
 
   }
 
-  fprintf(stderr, "X %u %u\n", aflcc->compiler_mode, LTO);
-
   if (aflcc->instrument_opt_mode && aflcc->compiler_mode != LLVM &&
       !((aflcc->instrument_opt_mode & INSTRUMENT_OPT_CALLER) &&
         aflcc->compiler_mode == LTO))