From: Francesco Chemolli Date: Fri, 28 Aug 2015 18:31:13 +0000 (+0200) Subject: Removed unused definition of UH X-Git-Tag: SQUID_4_0_1~81^2~10^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ea408d2b714a7e8a7e2835724111a43f343f42a;p=thirdparty%2Fsquid.git Removed unused definition of UH --- diff --git a/src/typedefs.h b/src/typedefs.h index 1d5a427520..d1be9f0b59 100644 --- a/src/typedefs.h +++ b/src/typedefs.h @@ -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'.