Remove unneeded method

This commit is contained in:
Sebastian Meßmer 2017-01-22 19:46:47 +00:00 committed by GitHub
parent bbdfc5c234
commit 013be34150
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ private:
cpputils::unique_ref<File> LoadFile(const boost::filesystem::path &path);
cpputils::unique_ref<Dir> LoadDir(const boost::filesystem::path &path);
cpputils::unique_ref<Symlink> LoadSymlink(const boost::filesystem::path &path);
cpputils::unique_ref<Node> LoadFileOrSymlink(const boost::filesystem::path &path);
int openFile(File *file, int flags);
#ifdef FSPP_PROFILE