]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Minimized differences with trunk.
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 6 Sep 2011 21:07:56 +0000 (15:07 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Tue, 6 Sep 2011 21:07:56 +0000 (15:07 -0600)
src/adaptation/icap/ServiceRep.h
src/ipc/Coordinator.h

index 8bf64db33b7e1bf4258b3f8b6504fc64d1048749..f39e2f4e6bcf75fd3e65deb4dd411506f5e866d9 100644 (file)
@@ -95,8 +95,6 @@ public:
 
     virtual void finalize();
 
-    void invalidate(); // call when the service is no longer needed or valid
-
     virtual bool probed() const; // see comments above
     virtual bool up() const; // see comments above
     bool availableForNew() const; ///< a new transaction may start communicating with the service
index 4add0081a96c35c8d796959908762916971fa6e4..757319edfa499fa39707d392a7a2ade6dc3d81f2 100644 (file)
 #if SQUID_SNMP
 #include "snmp/forward.h"
 #endif
-
 #include <list>
 #include <map>
 
-
 namespace Ipc
 {