diff --git a/libcxx/src/filesystem/filesystem_common.h b/libcxx/src/filesystem/filesystem_common.h --- a/libcxx/src/filesystem/filesystem_common.h +++ b/libcxx/src/filesystem/filesystem_common.h @@ -108,7 +108,6 @@ return result; } -const path::value_type* unwrap(path::string_type const& s) { return s.c_str(); } const path::value_type* unwrap(path const& p) { return p.native().c_str(); } template Arg const& unwrap(Arg const& a) {