delete signature for nonexistent tarball method
This commit is contained in:
@@ -50,7 +50,6 @@ public:
|
|||||||
void writeTo(std::ostream& out);
|
void writeTo(std::ostream& out);
|
||||||
void readFrom(std::istream& in);
|
void readFrom(std::istream& in);
|
||||||
std::ostream& newFile(std::string fname);
|
std::ostream& newFile(std::string fname);
|
||||||
void newDirectory(std::string dname);
|
|
||||||
std::istream& getFile(std::string fname);
|
std::istream& getFile(std::string fname);
|
||||||
bool hasFile(std::string fname);
|
bool hasFile(std::string fname);
|
||||||
std::deque<tarfile>::iterator begin() {return files.begin();}
|
std::deque<tarfile>::iterator begin() {return files.begin();}
|
||||||
|
Reference in New Issue
Block a user