From 78ba1d8559b75700cd7bf4842a5e45c9c197bd53 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Mon, 23 Oct 2023 22:30:59 +0200 Subject: [PATCH] Client - Removed `SnoozeError` reference --- source/birchwood/client/client.d | 5 ----- 1 file changed, 5 deletions(-) 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