[lld] r205388 - Remove unused function.

Rui Ueyama ruiu at google.com
Tue Apr 1 19:57:39 PDT 2014


Author: ruiu
Date: Tue Apr  1 21:57:39 2014
New Revision: 205388

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

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=205388&r1=205387&r2=205388&view=diff
==============================================================================
--- lld/trunk/include/lld/Core/InputGraph.h (original)
+++ lld/trunk/include/lld/Core/InputGraph.h Tue Apr  1 21:57:39 2014
@@ -90,10 +90,6 @@ public:
   /// \brief Helper functions for the resolver
   ErrorOr<InputElement *> getNextInputElement();
 
-  /// \brief Reset the inputGraph for the inputGraph to start processing
-  /// files from the beginning
-  void reset() { _nextElementIndex = 0; }
-
 protected:
   // Input arguments
   InputElementVectorT _inputArgs;





More information about the llvm-commits mailing list