diff options
Diffstat (limited to 'lld/ELF/ScriptLexer.h')
| -rw-r--r-- | lld/ELF/ScriptLexer.h | 1 |
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(); |
