Skip to content

Commit

Permalink
[ELF] - Remove dead readBfdName declaration. NFC.
Browse files Browse the repository at this point in the history
`readBfdName` was removed recently.

llvm-svn: 352482
  • Loading branch information
George Rimar committed Jan 29, 2019
1 parent 249ea33 commit ff193c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lld/ELF/ScriptParser.cpp
Expand Up @@ -93,7 +93,6 @@ class ScriptParser final : ScriptLexer {
SortSectionPolicy readSortKind();
SymbolAssignment *readProvideHidden(bool Provide, bool Hidden);
SymbolAssignment *readAssignment(StringRef Tok);
std::tuple<ELFKind, uint16_t, bool> readBfdName();
void readSort();
Expr readAssert();
Expr readConstant();
Expand Down

0 comments on commit ff193c4

Please sign in to comment.