8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 00:03:03 +01:00

CORE-2728 - we anyway do not receive errors from service in svc_status when detaching

This commit is contained in:
alexpeshkoff 2009-11-30 12:43:59 +00:00
parent 60187178b8
commit dde6cc6686

View File

@ -950,8 +950,6 @@ static THREAD_ENTRY_DECLARE svcShutdownThread(THREAD_ENTRY_PARAM)
void Service::detach()
{
ThreadIdHolder holdId(svc_thread_strings);
// save it cause after call to finish() we can't access class members any more
const bool localDoShutdown = svc_do_shutdown;