diff --git a/source/geod24/LocalRest.d b/source/geod24/LocalRest.d index 5323be0d..8523cf69 100644 --- a/source/geod24/LocalRest.d +++ b/source/geod24/LocalRest.d @@ -1221,7 +1221,6 @@ unittest assert(test.pubkey() == 42); test.ctrl.shutdown(&onDestroy); thread_joinAll(); - // ctr.shutdown call is asynchronous assert(dtor_called); assert(onDestroy_called); assert(shutdown_called);