From f85124bfb9371b84f5ae4b4fa263d7952ffc6f95 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Fri, 1 Apr 2016 22:06:17 +0200 Subject: [PATCH] Revert "Add remark about not removing the throw" This reverts commit 7da873e9210bdaff73e9b436a4d1657f19bae600. --- pdns/distributor.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/pdns/distributor.hh b/pdns/distributor.hh index a870aa2567..e940c908bb 100644 --- a/pdns/distributor.hh +++ b/pdns/distributor.hh @@ -203,7 +203,6 @@ templatevoid *MultiThreadDistributo delete QD->Q; QD->callback(a); - // do NOT remove this. We want to die on PDNSException throw; } catch(...) { -- 2.47.2