From 8f804b702a6c29ea5f95daeea5d0711e60c194a0 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 16 Apr 2025 00:06:06 -0500 Subject: [PATCH] fs_find_mount_point.hpp --- src/fs_find_mount_point.hpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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); }