From 6fc5496c7672e26a98358d06b4aaea48062fd7c6 Mon Sep 17 00:00:00 2001 From: Brett Date: Wed, 13 Sep 2023 16:52:23 -0400 Subject: [PATCH] remove path test --- include/blt/std/filesystem.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/blt/std/filesystem.h b/include/blt/std/filesystem.h index b864e2c..2aab4bb 100755 --- a/include/blt/std/filesystem.h +++ b/include/blt/std/filesystem.h @@ -13,13 +13,6 @@ namespace blt::fs { - class path - { - private: - std::vector paths; - public: - - }; /** * A simple interface which provides a way of reading the next block of data from a resource.