about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-11-01 09:25:11 +0100
committervanhauser-thc <vh@thc.org>2021-11-01 09:25:11 +0100
commitf97c5dba2af3c1428ee26e0936c931e58e5d67e7 (patch)
tree005e5aa34c0eb44d7e0a6974fb7ce748ef9d790c
parent7e813ca4925c26253dcba34daa29cd5140b7b8ba (diff)
downloadafl++-f97c5dba2af3c1428ee26e0936c931e58e5d67e7.tar.gz
remove debug
-rw-r--r--instrumentation/SanitizerCoveragePCGUARD.so.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/instrumentation/SanitizerCoveragePCGUARD.so.cc b/instrumentation/SanitizerCoveragePCGUARD.so.cc
index 4bd62bc7..da1db3ff 100644
--- a/instrumentation/SanitizerCoveragePCGUARD.so.cc
+++ b/instrumentation/SanitizerCoveragePCGUARD.so.cc
@@ -868,8 +868,6 @@ bool ModuleSanitizerCoverage::InjectCoverage(Function &             F,
 
   }
 
-  fprintf(stderr, "%u selects in %s!\n", cnt_sel, F.getName().str().c_str());
-
   /* Create PCGUARD array */
   CreateFunctionLocalArrays(F, AllBlocks, cnt_cov + cnt_sel * 2);
   selects += cnt_sel;