From 237cde4169ad4b9774c7709bf8456632cc73bd70 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Mon, 25 Sep 2023 14:37:38 +0200 Subject: [PATCH] CoapRequestFuture - Removed now-completed TODO --- source/doap/client/request.d | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/doap/client/request.d b/source/doap/client/request.d index b8d709e..d27071f 100644 --- a/source/doap/client/request.d +++ b/source/doap/client/request.d @@ -430,8 +430,6 @@ public class CoapRequestFuture } else { - // TODO: Make this a specific exception so the user can easily check for it - // ... (see feature/cancellable_future for how this would need to be update) throw new RequestTimeoutException(this, timeout); } }