remove path test
parent
e2d932ea78
commit
6fc5496c76
|
@ -13,13 +13,6 @@
|
||||||
|
|
||||||
namespace blt::fs
|
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.
|
* A simple interface which provides a way of reading the next block of data from a resource.
|
||||||
|
|
Loading…
Reference in New Issue