fix debug output

This commit is contained in:
van Hauser
2021-01-22 16:01:00 +01:00
parent baf1ac2e69
commit 9ed533a0e3

View File

@ -253,10 +253,6 @@ bool CmpLogRoutines::hookRtns(Module &M) {
isPtrRtn = false; isPtrRtn = false;
fprintf(stderr, "%u %u %u %u\n", isGccStdStringCString,
isGccStdStringStdString, isLlvmStdStringStdString,
isLlvmStdStringCString);
} }
if (isPtrRtn) { calls.push_back(callInst); } if (isPtrRtn) { calls.push_back(callInst); }