diff --git a/io.hpp b/io.hpp index ddc03151..00418b75 100644 --- a/io.hpp +++ b/io.hpp @@ -31,12 +31,6 @@ namespace cruft { template std::vector slurp (const std::experimental::filesystem::path&); - template - std::vector slurp (cruft::view path) - { - const std::experimental::filesystem::path src { path.begin (), path.end () }; - return slurp (src); - } template std::vector slurp (FILE *);