Skip to content

Commit

Permalink
Minor: Remmove outdated comment
Browse files Browse the repository at this point in the history
Since we call 'thread_joinAll' everywhere now, this comment is outdated.
  • Loading branch information
Geod24 committed Mar 4, 2021
1 parent e0b3c02 commit 97e6868
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/geod24/LocalRest.d
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 97e6868

Please sign in to comment.