Skip to content

Commit

Permalink
-Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-gomez-windhover committed Sep 4, 2024
1 parent 5f2d57d commit f55ac39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/SQLiteDB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@ int SQLiteDB::writeVariablesToDatabase(ElfFile& inElf)

for (auto variable : inElf.getVariables())
{

inElf.getInitializedSymbolData();

/*
Expand Down Expand Up @@ -783,7 +782,6 @@ int SQLiteDB::writeElfSymboltableSymbolsToDatabase(ElfFile& inElf)

for (auto elf32Symbol : inElf.getElf32SymbolTable())
{

inElf.getInitializedSymbolData();

/*
Expand Down

0 comments on commit f55ac39

Please sign in to comment.