]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed unused callWhenReady() API. Only ICAP services need it, for now.
authorAlex Rousskov <rousskov@measurement-factory.com>
Thu, 4 Feb 2010 23:09:37 +0000 (16:09 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 4 Feb 2010 23:09:37 +0000 (16:09 -0700)
src/adaptation/Service.h

index 99a15bb1f12241b9d5aad691e841fdede54445d0..6137807fcd92f971a0a5d071e776ea8385a63259 100644 (file)
@@ -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