diff options
| author | Rui Ueyama <ruiu@google.com> | 2014-04-02 01:47:38 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2014-04-02 01:47:38 +0000 |
| commit | 273ae7e089f596d4d41ba6314661d25647365407 (patch) | |
| tree | b840ac1bd5d7b73b06c6a012ed0e3eee3150ccbf | |
| parent | 0a456de5a2e37f663b32401f7b5351d8344ad37f (diff) | |
| download | bcm5719-llvm-273ae7e089f596d4d41ba6314661d25647365407.tar.gz bcm5719-llvm-273ae7e089f596d4d41ba6314661d25647365407.zip | |
Remove unused function.
llvm-svn: 205383
| -rw-r--r-- | lld/include/lld/Core/InputGraph.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lld/include/lld/Core/InputGraph.h b/lld/include/lld/Core/InputGraph.h index 2fb15c5a839..1bc38eed0ec 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) |

