]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed unused definition of UH
authorFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 28 Aug 2015 18:31:13 +0000 (20:31 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 28 Aug 2015 18:31:13 +0000 (20:31 +0200)
src/typedefs.h

index 1d5a4275203b53790600bc71ee0d9c9da70497f9..d1be9f0b59c03c56106b5ca7969aa7ca3f631a8e 100644 (file)
@@ -25,11 +25,6 @@ typedef void DWCB(int, int, size_t, void *);    /* disk write CB */
 class CachePeer;
 typedef void IRCB(CachePeer *, peer_t, AnyP::ProtocolType, void *, void *data);
 
-/* in wordlist.h */
-
-class wordlist;
-typedef void UH(void *data, wordlist *);
-
 /**
  * READ_HANDLER functions return < 0 if, and only if, they fail with an error.
  * On error, they must pass back an error code in 'errno'.