diff options
author | vanhauser-thc <vh@thc.org> | 2022-04-18 13:16:10 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-04-18 13:16:10 +0200 |
commit | 4f42ecd8150f9b72e0fef37292572b7ad3ef6870 (patch) | |
tree | 2c2df0cf0abad8fe46b724aae996ac01983a77e1 /instrumentation/cmplog-routines-pass.cc | |
parent | 1d00bde6c508ed86366e4a7d3730e6d1203bcb60 (diff) | |
download | afl++-4f42ecd8150f9b72e0fef37292572b7ad3ef6870.tar.gz |
remove WIP code
Diffstat (limited to 'instrumentation/cmplog-routines-pass.cc')
-rw-r--r-- | instrumentation/cmplog-routines-pass.cc | 2 |
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 |