Merge pull request #6067 from daira/dont-rename-main-thread

Don't rename main thread
This commit is contained in:
Kris Nuttycombe 2022-07-14 07:37:23 -06:00 committed by GitHub
commit 4be354aad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -43,10 +43,6 @@ static bool fDaemon;
void WaitForShutdown(boost::thread_group* threadGroup)
{
// This is the main process thread, but after this point, all we do here is wait for
// shutdown, and then shut down the node.
RenameThread("zc-wait-to-stop");
bool fShutdown = ShutdownRequested();
// Tell the main threads to shutdown.
while (!fShutdown)