Remove unused field.

llvm-svn: 208024
This commit is contained in:
Rui Ueyama 2014-05-06 01:00:43 +00:00
parent 64c75a59c9
commit f129f72e43
1 changed files with 0 additions and 1 deletions

View File

@ -256,7 +256,6 @@ protected:
StringRef _path; // The path of the Input file
InputGraph::FileVectorT _files; // A vector of lld File objects
std::unique_ptr<MemoryBuffer> _buffer; // Memory buffer to actual contents
uint32_t _resolveState; // The resolve state of the file
// The next file that would be processed by the resolver
uint32_t _nextFileIndex;