FS: Removed unused ::write and ::append methods

This commit is contained in:
Paul Beckingham
2015-10-28 20:38:41 -04:00
parent c64c6ee870
commit af49564194
2 changed files with 0 additions and 70 deletions

View File

@@ -89,9 +89,6 @@ public:
void read (std::string&);
void read (std::vector <std::string>&);
void write (const std::string&);
void write (const std::vector <std::string>&);
void append (const std::string&);
void append (const std::vector <std::string>&);
@@ -108,8 +105,6 @@ public:
static bool read (const std::string&, std::vector <std::string>&);
static bool write (const std::string&, const std::string&);
static bool write (const std::string&, const std::vector <std::string>&, bool addNewlines = true);
static bool append (const std::string&, const std::string&);
static bool append (const std::string&, const std::vector <std::string>&, bool addNewlines = true);
static bool remove (const std::string&);
private: