Skip to content

Commit

Permalink
Remove bad try/catch
Browse files Browse the repository at this point in the history
  • Loading branch information
etcimon committed Dec 13, 2023
1 parent a833f98 commit 645002b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions source/libasync/posix.d
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,6 @@ package:
in { assert(!m_started); }
do
{
try {
assert(false);
}
catch (Throwable e) {
static if (LOG) tracef("%s", e.toString());
}
import core.atomic;
shared static ushort i;

Expand Down

0 comments on commit 645002b

Please sign in to comment.