Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed Jan 26, 2024
1 parent 44bba93 commit 68e0c52
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions libclambcc/ClamBCAnalyzer/ClamBCAnalyzer.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,6 @@ class ClamBCAnalysis
globalsMap["__clambc_match_offsets"] = GLOBAL_MATCH_OFFSETS;
}

virtual uint32_t getHighestTID()
{
uint32_t ret = 0;
for (auto i = typeIDs.begin(), e = typeIDs.end(); i != e; i++) {
if (i->second > ret) {
ret = i->second;
}
}
return ret;
}

~ClamBCAnalysis() {}
virtual void run(llvm::Module &m);

Expand Down

0 comments on commit 68e0c52

Please sign in to comment.