Skip to content

Commit

Permalink
Remove addTrapTableSpace_win and addTrapTable_win
Browse files Browse the repository at this point in the history
They were commented out by 918945e in 2011.
  • Loading branch information
hainest committed Nov 3, 2023
1 parent 209121a commit ada083c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions dyninstAPI/src/binaryEdit.C
Expand Up @@ -472,21 +472,6 @@ bool BinaryEdit::getAllDependencies(std::map<std::string, BinaryEdit*>& deps)
return true;
}

#if 0 //KEVINTODO: I think this is redundant, SymtabAPI::emitWin.C does this
static unsigned long addTrapTableSpace_win(AddressSpace *as)
{
#if defined (os_windows)
return as->getAddressWidth() + 16;
#else
return 0;
#endif
}

void addTrapTable_win(newSectionPtr, Address tableAddr)
{
}
#endif

bool BinaryEdit::writeFile(const std::string &newFileName)
{
// Step 1: changes.
Expand Down

0 comments on commit ada083c

Please sign in to comment.