[lld] r208024 - Remove unused field.

Rui Ueyama ruiu at google.com
Mon May 5 18:00:44 PDT 2014


Author: ruiu
Date: Mon May  5 20:00:43 2014
New Revision: 208024

URL: http://llvm.org/viewvc/llvm-project?rev=208024&view=rev
Log:
Remove unused field.

Modified:
    lld/trunk/include/lld/Core/InputGraph.h

Modified: lld/trunk/include/lld/Core/InputGraph.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/include/lld/Core/InputGraph.h?rev=208024&r1=208023&r2=208024&view=diff
==============================================================================
--- lld/trunk/include/lld/Core/InputGraph.h (original)
+++ lld/trunk/include/lld/Core/InputGraph.h Mon May  5 20:00:43 2014
@@ -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;





More information about the llvm-commits mailing list