delete persit_path foo

This commit is contained in:
blastmaster 2014-05-02 00:01:14 +02:00
parent 9a8fb2f600
commit d5111690c5
1 changed files with 0 additions and 4 deletions

View File

@ -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<Sicccobject> 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)
{