Remove unused code & refactor and simplify event load timing

This commit is contained in:
Nik Bougalis
2017-01-17 15:20:24 -08:00
parent 8345475bc3
commit 15a30c745c
19 changed files with 97 additions and 665 deletions

View File

@@ -130,8 +130,8 @@ std::string DoSustain ()
while (checkChild (pChild, 0))
sleep(sleepBetweenWaits);
auto pc = std::to_string (pChild);
rename ("core", ("core." + pc).c_str ());
(void)rename ("core",
("core." + std::to_string(pChild)).c_str());
}
}
}