diff options
| author | Rui Ueyama <ruiu@google.com> | 2014-05-06 01:00:43 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2014-05-06 01:00:43 +0000 |
| commit | f129f72e434afa2889af47b552b165137420f664 (patch) | |
| tree | 5d6d83e5c46b71e6d971e4a748582521189c3317 | |
| parent | 64c75a59c92cabbdfe795920337db2a82e9a8c1d (diff) | |
| download | bcm5719-llvm-f129f72e434afa2889af47b552b165137420f664.tar.gz bcm5719-llvm-f129f72e434afa2889af47b552b165137420f664.zip | |
Remove unused field.
llvm-svn: 208024
| -rw-r--r-- | lld/include/lld/Core/InputGraph.h | 1 |
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; |

