]> arthur.barton.de Git - netatalk.git/commitdiff
Removed unused static arrays tokenmulti and tokenmultitab.
authorsrittau <srittau>
Tue, 18 Mar 2003 23:34:51 +0000 (23:34 +0000)
committersrittau <srittau>
Tue, 18 Mar 2003 23:34:51 +0000 (23:34 +0000)
etc/atalkd/multicast.c
etc/atalkd/multicast.h

index 4af0bfaaebed89ce5512ee2f9ee1dff8c97b2e5f..82769547d981780fb4319bc68c63bf36bdd8bd2c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: multicast.c,v 1.10 2002-09-29 23:24:47 sibaz Exp $
+ * $Id: multicast.c,v 1.11 2003-03-18 23:34:51 srittau Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved. See COPYRIGHT.
@@ -303,32 +303,6 @@ static const unsigned char ethermultitab[ 253 ][ 6 ] = {
     { 0x09, 0x00, 0x07, 0x00, 0x00, 0xfc, },
 };
 
-static const unsigned char     tokenmulti[ 6 ] = {
-    0xc0, 0x00, 0x40, 0x00, 0x00, 0x00,
-};
-
-static const unsigned char     tokenmultitab[ 19 ][ 6 ] = {
-    { 0xc0, 0x00, 0x00, 0x00, 0x08, 0x00, },
-    { 0xc0, 0x00, 0x00, 0x00, 0x10, 0x00, },
-    { 0xc0, 0x00, 0x00, 0x00, 0x20, 0x00, },
-    { 0xc0, 0x00, 0x00, 0x00, 0x40, 0x00, },
-    { 0xc0, 0x00, 0x00, 0x00, 0x80, 0x00, },
-    { 0xc0, 0x00, 0x00, 0x01, 0x00, 0x00, },
-    { 0xc0, 0x00, 0x00, 0x02, 0x00, 0x00, },
-    { 0xc0, 0x00, 0x00, 0x04, 0x00, 0x00, },
-    { 0xc0, 0x00, 0x00, 0x08, 0x00, 0x00, },
-    { 0xc0, 0x00, 0x00, 0x10, 0x00, 0x00, },
-    { 0xc0, 0x00, 0x00, 0x20, 0x00, 0x00, },
-    { 0xc0, 0x00, 0x00, 0x40, 0x00, 0x00, },
-    { 0xc0, 0x00, 0x00, 0x80, 0x00, 0x00, },
-    { 0xc0, 0x00, 0x01, 0x00, 0x00, 0x00, },
-    { 0xc0, 0x00, 0x02, 0x00, 0x00, 0x00, },
-    { 0xc0, 0x00, 0x04, 0x00, 0x00, 0x00, },
-    { 0xc0, 0x00, 0x08, 0x00, 0x00, 0x00, },
-    { 0xc0, 0x00, 0x10, 0x00, 0x00, 0x00, },
-    { 0xc0, 0x00, 0x20, 0x00, 0x00, 0x00, },
-};
-
 
 
 /* configure multicast for a given named interface */
index fbb7bc8f2abb1d9e2ab9fb77725e95a4c18e7f3f..5b8ff51f0ae2a2d35761b33250947788502314ee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: multicast.h,v 1.2 2001-06-25 20:13:45 rufustfirefly Exp $
+ * $Id: multicast.h,v 1.3 2003-03-18 23:34:51 srittau Exp $
  *
  * Copyright (c) 1990,1997 Regents of The University of Michigan.
  * All Rights Reserved. See COPYRIGHT.
@@ -12,7 +12,6 @@
 #include "zip.h"
 
 extern unsigned char   ethermultitab[ 253 ][ 6 ];
-extern unsigned char   tokenmultitab[ 19 ][ 6 ];
 extern unsigned char   ethermulti[ 6 ];
 
 int addmulti __P((const char *, const unsigned char *));