From: Kees Monshouwer Date: Fri, 1 Apr 2016 20:06:17 +0000 (+0200) Subject: Revert "Add remark about not removing the throw" X-Git-Tag: dnsdist-1.0.0-beta1~31^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f85124bfb9371b84f5ae4b4fa263d7952ffc6f95;p=thirdparty%2Fpdns.git Revert "Add remark about not removing the throw" This reverts commit 7da873e9210bdaff73e9b436a4d1657f19bae600. --- 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(...) {