Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed May 3, 2024
1 parent 1bc22c0 commit 7a11cfa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libclambcc/ClamBCChangeMallocArgSize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ class ChangeMallocArgSize : public PassInfoMixin<ChangeMallocArgSize>
virtual PreservedAnalyses run(Module& m, ModuleAnalysisManager& MAM)
{
pMod = &m;
DEBUGERR << "TODO: Evaluate whether or not we still need this."
<< "<END>\n";
dstType = Type::getInt64Ty(pMod->getContext());

findSizes();
Expand Down

0 comments on commit 7a11cfa

Please sign in to comment.