From 480fbb4095158c6acde5765cbd14896adfd25576 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 7 Dec 2012 09:42:39 +0000 Subject: [PATCH] remove superfluous try/catch git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2977 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- pdns/communicator.cc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/pdns/communicator.cc b/pdns/communicator.cc index ddc9fbbef..889f1b713 100644 --- a/pdns/communicator.cc +++ b/pdns/communicator.cc @@ -47,17 +47,10 @@ void CommunicatorClass::retrievalLoopThread(void) sr=d_suckdomains.front(); d_suckdomains.pop_front(); } - try { - suck(sr.domain,sr.master); - } - catch(AhuException& ae) { - cerr<<"Error: "<