summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2014-04-02 02:57:39 +0000
committerRui Ueyama <ruiu@google.com>2014-04-02 02:57:39 +0000
commit92e4846a7b2b331b2bfcad6e81ff55614d618328 (patch)
tree38aa12493af2079913bf3a673d1525300cd22c19
parentb0ebdc0f43a5684c8a4f668cbeb016cf530a5802 (diff)
downloadbcm5719-llvm-92e4846a7b2b331b2bfcad6e81ff55614d618328.tar.gz
bcm5719-llvm-92e4846a7b2b331b2bfcad6e81ff55614d618328.zip
Remove unused function.
llvm-svn: 205388
-rw-r--r--lld/include/lld/Core/InputGraph.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lld/include/lld/Core/InputGraph.h b/lld/include/lld/Core/InputGraph.h
index 896ed83fb5d..c2e32ed42f9 100644
--- a/lld/include/lld/Core/InputGraph.h
+++ b/lld/include/lld/Core/InputGraph.h
@@ -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;
OpenPOWER on IntegriCloud