summaryrefslogtreecommitdiff
path: root/lld/ELF/ScriptLexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/ScriptLexer.h')
-rw-r--r--lld/ELF/ScriptLexer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/ELF/ScriptLexer.h b/lld/ELF/ScriptLexer.h
index d5393818ed55..7d945d8f570c 100644
--- a/lld/ELF/ScriptLexer.h
+++ b/lld/ELF/ScriptLexer.h
@@ -29,7 +29,6 @@ public:
void skip();
bool consume(StringRef tok);
void expect(StringRef expect);
- bool consumeLabel(StringRef tok);
std::string getCurrentLocation();
MemoryBufferRef getCurrentMB();