about summary refs log tree commit diff
path: root/instrumentation/cmplog-routines-pass.cc
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-04-18 13:16:10 +0200
committervanhauser-thc <vh@thc.org>2022-04-18 13:16:10 +0200
commit4f42ecd8150f9b72e0fef37292572b7ad3ef6870 (patch)
tree2c2df0cf0abad8fe46b724aae996ac01983a77e1 /instrumentation/cmplog-routines-pass.cc
parent1d00bde6c508ed86366e4a7d3730e6d1203bcb60 (diff)
downloadafl++-4f42ecd8150f9b72e0fef37292572b7ad3ef6870.tar.gz
remove WIP code
Diffstat (limited to 'instrumentation/cmplog-routines-pass.cc')
-rw-r--r--instrumentation/cmplog-routines-pass.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/instrumentation/cmplog-routines-pass.cc b/instrumentation/cmplog-routines-pass.cc
index 708a94bc..8205cfb0 100644
--- a/instrumentation/cmplog-routines-pass.cc
+++ b/instrumentation/cmplog-routines-pass.cc
@@ -761,8 +761,6 @@ bool CmpLogRoutines::runOnModule(Module &M) {
 #endif
   verifyModule(M);
 
-  fprintf(stderr, "done cmplog-routines-pass\n");
-
 #if LLVM_VERSION_MAJOR >= 11                        /* use new pass manager */
   return PA;
 #else