From d0a5234a1166b44b825eedf3cec9ef15fc5af051 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 16 Apr 2025 11:38:31 -0500 Subject: [PATCH] fs_find_mount_point.hpp --- src/fs_find_mount_point.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fs_find_mount_point.hpp b/src/fs_find_mount_point.hpp index 9fc34558..f0e8df16 100644 --- a/src/fs_find_mount_point.hpp +++ b/src/fs_find_mount_point.hpp @@ -23,6 +23,5 @@ namespace fs { - typedef ECPath nonstd::expected< ghc::filesystem::path find_mount_point(const ghc::filesystem::path &path); }