Skip to content

Commit

Permalink
Client
Browse files Browse the repository at this point in the history
- Removed `SnoozeError` reference
  • Loading branch information
deavmi committed Oct 23, 2023
1 parent fca776c commit 78ba1d8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions source/birchwood/client/client.d
Original file line number Diff line number Diff line change
Expand Up @@ -906,11 +906,6 @@ public class Client : Thread
// TODO: Could deallocate here
throw new BirchwoodException(ErrorType.INTERNAL_FAILURE, e.toString());
}
catch(SnoozeError e)
{
// TODO: Coudl deallocate here
throw new BirchwoodException(ErrorType.INTERNAL_FAILURE, e.toString());
}
}
// TODO: Do actual liveliness check here
else
Expand Down

0 comments on commit 78ba1d8

Please sign in to comment.