summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2014-05-06 01:00:43 +0000
committerRui Ueyama <ruiu@google.com>2014-05-06 01:00:43 +0000
commitf129f72e434afa2889af47b552b165137420f664 (patch)
tree5d6d83e5c46b71e6d971e4a748582521189c3317
parent64c75a59c92cabbdfe795920337db2a82e9a8c1d (diff)
downloadbcm5719-llvm-f129f72e434afa2889af47b552b165137420f664.tar.gz
bcm5719-llvm-f129f72e434afa2889af47b552b165137420f664.zip
Remove unused field.
llvm-svn: 208024
-rw-r--r--lld/include/lld/Core/InputGraph.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/include/lld/Core/InputGraph.h b/lld/include/lld/Core/InputGraph.h
index d863e894148..5dc95dec5a1 100644
--- a/lld/include/lld/Core/InputGraph.h
+++ b/lld/include/lld/Core/InputGraph.h
@@ -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;
OpenPOWER on IntegriCloud