forked from OSchip/llvm-project
parent
0a456de5a2
commit
273ae7e089
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue