From: Alex Rousskov Date: Thu, 4 Feb 2010 23:09:37 +0000 (-0700) Subject: Removed unused callWhenReady() API. Only ICAP services need it, for now. X-Git-Tag: SQUID_3_2_0_1~432 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d204b3eaea19ecdcba28b16734841743005042f;p=thirdparty%2Fsquid.git Removed unused callWhenReady() API. Only ICAP services need it, for now. --- diff --git a/src/adaptation/Service.h b/src/adaptation/Service.h index 99a15bb1f1..6137807fcd 100644 --- a/src/adaptation/Service.h +++ b/src/adaptation/Service.h @@ -36,9 +36,6 @@ public: virtual Initiate *makeXactLauncher(Initiator *, HttpMsg *virginHeader, HttpRequest *virginCause) = 0; - typedef void Callback(void *data, Pointer &service); - void callWhenReady(Callback *cb, void *data); - bool wants(const ServiceFilter &filter) const; // the methods below can only be called on an up() service