From: wessels <> Date: Thu, 27 Aug 1998 12:29:30 +0000 (+0000) Subject: unuse hexdump X-Git-Tag: SQUID_3_0_PRE1~2782 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95eb77fe5c71be1999aa07cd1e810d528d2bf57c;p=thirdparty%2Fsquid.git unuse hexdump --- diff --git a/src/htcp.cc b/src/htcp.cc index 4b44c1b783..263daa7643 100644 --- a/src/htcp.cc +++ b/src/htcp.cc @@ -1,6 +1,6 @@ /* - * $Id: htcp.cc,v 1.19 1998/08/27 06:28:28 wessels Exp $ + * $Id: htcp.cc,v 1.20 1998/08/27 06:29:30 wessels Exp $ * * DEBUG: section 31 Hypertext Caching Protocol * AUTHOR: Duane Wesssels @@ -184,6 +184,7 @@ static void htcpHandleTstResponse(htcpDataHeader *, char *, int, struct sockaddr static void htcpHexdump(const char *tag, const char *s, int sz) { +#if USE_HEXDUMP int i; int k; char hex[80]; @@ -197,6 +198,7 @@ htcpHexdump(const char *tag, const char *s, int sz) debug(31, 1) ("\t%s\n", hex); memset(hex, '\0', 80); } +#endif } /*