diff --git a/src/fs_find_mount_point.hpp b/src/fs_find_mount_point.hpp index 0387103a..467c898c 100644 --- a/src/fs_find_mount_point.hpp +++ b/src/fs_find_mount_point.hpp @@ -22,9 +22,5 @@ namespace fs { - int - find_mount_point(const ghc::filesystem::path &path_) - { - - } + int find_mount_point(const ghc::filesystem::path &path); }