commit | f97c5dba2af3c1428ee26e0936c931e58e5d67e7 | [log] [tgz] |
---|---|---|
author | vanhauser-thc <vh@thc.org> | Mon Nov 01 09:25:11 2021 +0100 |
committer | vanhauser-thc <vh@thc.org> | Mon Nov 01 09:25:11 2021 +0100 |
tree | 005e5aa34c0eb44d7e0a6974fb7ce748ef9d790c | |
parent | 7e813ca4925c26253dcba34daa29cd5140b7b8ba [diff] |
remove debug
diff --git a/instrumentation/SanitizerCoveragePCGUARD.so.cc b/instrumentation/SanitizerCoveragePCGUARD.so.cc index 4bd62bc..da1db3f 100644 --- a/instrumentation/SanitizerCoveragePCGUARD.so.cc +++ b/instrumentation/SanitizerCoveragePCGUARD.so.cc
@@ -868,8 +868,6 @@ } - 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;