]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Kill compiler warning after removing "first character" check of
authorhno <>
Mon, 9 May 2005 07:59:26 +0000 (07:59 +0000)
committerhno <>
Mon, 9 May 2005 07:59:26 +0000 (07:59 +0000)
hostnames

lib/rfc1035.c

index 5479142cc0cdb33573683d299c8313211dd8938b..8ff1e36208a7e104433db55c39ade68f12fb2bf0 100644 (file)
@@ -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()
  *