diff --git a/source/birchwood/client/client.d b/source/birchwood/client/client.d index 2d637b5..7da6cd5 100644 --- a/source/birchwood/client/client.d +++ b/source/birchwood/client/client.d @@ -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