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 64d6d920486..da0a5e96236 100644 --- a/lld/ELF/ScriptLexer.h +++ b/lld/ELF/ScriptLexer.h @@ -39,7 +39,6 @@ public: std::vector<StringRef> Tokens; bool InExpr = false; size_t Pos = 0; - bool Error = false; private: void maybeSplitExpr(); |