deleted an unneeded line

This commit is contained in:
2018-07-01 14:04:07 +00:00
parent 797518df18
commit d4444400f7
2 changed files with 1 additions and 2 deletions

View File

@ -98,7 +98,7 @@ static int test1 (void)
);
#else
QSE::TcpServerF<ClientHandler> server /*(&heap_mmgr)*/;
QSE::TcpServerF<ClientHandler> server (&heap_mmgr);
#endif
server.setThreadStackSize (256000);