remove path test

v1
Brett 2023-09-13 16:52:23 -04:00
parent e2d932ea78
commit 6fc5496c76
1 changed files with 0 additions and 7 deletions

View File

@ -13,13 +13,6 @@
namespace blt::fs
{
class path
{
private:
std::vector<std::string> paths;
public:
};
/**
* A simple interface which provides a way of reading the next block of data from a resource.