From 273ae7e089f596d4d41ba6314661d25647365407 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Wed, 2 Apr 2014 01:47:38 +0000 Subject: [PATCH] Remove unused function. llvm-svn: 205383 --- lld/include/lld/Core/InputGraph.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lld/include/lld/Core/InputGraph.h b/lld/include/lld/Core/InputGraph.h index 2fb15c5a839d..1bc38eed0ecc 100644 --- a/lld/include/lld/Core/InputGraph.h +++ b/lld/include/lld/Core/InputGraph.h @@ -247,9 +247,6 @@ public: return make_range(_files.begin(), _files.end()); } - /// \brief number of files. - size_t numFiles() const { return _files.size(); } - /// \brief add a file to the list of files virtual void addFiles(InputGraph::FileVectorT files) { for (auto &ai : files)