Remove call to now-absent destroy() routine

This commit is contained in:
Andrew Johnson
2018-02-05 17:18:48 -06:00
parent 2469fc04b5
commit e31aae5f5d

View File

@ -67,7 +67,6 @@ static void test()
ServerContext::shared_pointer ctx =
startPVAServer("local",0,true,true);
testOk1(ctx.get()!=0);
ctx->destroy();
}
MAIN(testPVAServer)