summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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