Skip to content

Commit

Permalink
Remove Symtab::getSymbolByIndex (#1610)
Browse files Browse the repository at this point in the history
It was added by 3a7f5df in 2009, but never implemented.
  • Loading branch information
hainest committed Oct 30, 2023
1 parent f4a06e0 commit 8fa3ee2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions symtabAPI/h/Symtab.h
Expand Up @@ -393,8 +393,6 @@ class SYMTAB_EXPORT Symtab : public LookupInterface,
bool delSymbol(Symbol *sym) { return deleteSymbol(sym); }
bool deleteSymbol(Symbol *sym);

Symbol *getSymbolByIndex(unsigned);

/***** Private Member Functions *****/
private:

Expand Down

0 comments on commit 8fa3ee2

Please sign in to comment.