From: Christos Tsantilas Date: Wed, 2 Mar 2011 16:46:09 +0000 (+0200) Subject: undo unneeded changes X-Git-Tag: take06~27^2~127^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d14b9f06f78b2127b6b3734a5eb697645778ef2b;p=thirdparty%2Fsquid.git undo unneeded changes --- diff --git a/src/snmp/Inquirer.cc b/src/snmp/Inquirer.cc index d3ab625e82..6d748b0355 100644 --- a/src/snmp/Inquirer.cc +++ b/src/snmp/Inquirer.cc @@ -24,7 +24,6 @@ Snmp::Inquirer::Inquirer(const Request& aRequest, const Ipc::StrandCoords& coord fd(ImportFdIntoComm(aRequest.fd, SOCK_DGRAM, IPPROTO_UDP, Ipc::fdnInSnmpSocket)) { debugs(49, 5, HERE); - closer = asyncCall(49, 5, "Snmp::Inquirer::noteCommClosed", CommCbMemFunT(this, &Inquirer::noteCommClosed)); comm_add_close_handler(fd, closer);