From 97ce1c44094bcbd9b778a5d8c5fbf7fa87653008 Mon Sep 17 00:00:00 2001 From: Andy Ragusa Date: Fri, 3 May 2024 04:29:26 -0700 Subject: [PATCH] blah --- libclambcc/ClamBCLogicalCompiler.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libclambcc/ClamBCLogicalCompiler.cpp b/libclambcc/ClamBCLogicalCompiler.cpp index c5de1d323e..97729661f5 100644 --- a/libclambcc/ClamBCLogicalCompiler.cpp +++ b/libclambcc/ClamBCLogicalCompiler.cpp @@ -1726,8 +1726,6 @@ bool ClamBCLogicalCompiler::compileVirusNames(Module &M, unsigned kind) if (F != pCallInst->getCalledFunction()) { - llvm::errs() << "<" << __FUNCTION__ << "::" << __LINE__ << ">NOT SURE HOW THIS IS POSSIBLE\n"; - /*Not sure how this is possible, either*/ printDiagnostic("setvirusname can only be directly called", pCallInst);