Fix -Wunused-private-field.
authorRui Ueyama <ruiu@google.com>
Thu, 8 Dec 2016 21:49:18 +0000 (21:49 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 8 Dec 2016 21:49:18 +0000 (21:49 +0000)
llvm-svn: 289112

lld/COFF/ModuleDef.cpp

index e4e02c0..6c8ef71 100644 (file)
@@ -279,7 +279,6 @@ private:
   Lexer Lex;
   Token Tok;
   std::vector<Token> Stack;
-  StringSaver *Alloc;
 };
 
 } // anonymous namespace