From d5111690c53b8f327ed9e419c831371168957a1f Mon Sep 17 00:00:00 2001 From: blastmaster Date: Fri, 2 May 2014 00:01:14 +0200 Subject: [PATCH] delete persit_path foo --- src/sicccPersister.H | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/sicccPersister.H b/src/sicccPersister.H index 97ff339..b6b0021 100644 --- a/src/sicccPersister.H +++ b/src/sicccPersister.H @@ -106,7 +106,6 @@ class SicccPersister merouter(merouter) { root = json_object(); - perists_path = "./"; json_file_name = "foo.json"; // not the best default }; @@ -114,7 +113,6 @@ class SicccPersister merouter(merouter) { root = get_json_from_sicccobject(so); - perists_path = json_file_name = so.get_filename(); } @@ -135,8 +133,6 @@ class SicccPersister std::vector read_sicccdir(); Sicccobject read_json(const std::string&); Sicccobject read_json() { return read_json(json_file_name); } - void set_persist_path(std::string&); - void set_json_filename(std::string&); friend std::ostream& operator << (std::ostream& out, const SicccPersister &p) {