From: hno <> Date: Mon, 9 May 2005 07:59:26 +0000 (+0000) Subject: Kill compiler warning after removing "first character" check of X-Git-Tag: SQUID_3_0_PRE4~764 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=234cb05df5dde938aa327db150e6fed4049d20dc;p=thirdparty%2Fsquid.git Kill compiler warning after removing "first character" check of hostnames --- diff --git a/lib/rfc1035.c b/lib/rfc1035.c index 5479142cc0..8ff1e36208 100644 --- a/lib/rfc1035.c +++ b/lib/rfc1035.c @@ -1,6 +1,6 @@ /* - * $Id: rfc1035.c,v 1.38 2005/05/09 01:58:34 hno Exp $ + * $Id: rfc1035.c,v 1.39 2005/05/09 01:59:26 hno Exp $ * * Low level DNS protocol routines * AUTHOR: Duane Wessels @@ -101,12 +101,6 @@ struct _rfc1035_header { unsigned short arcount; }; -static const char *Alphanum = -"abcdefghijklmnopqrstuvwxyz" -"ABCDEFGHIJKLMNOPQRSTUVWXYZ" -"0123456789"; - - /* * rfc1035HeaderPack() *