mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-01 00:15:51 +00:00
Remove unused code & refactor and simplify event load timing
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user