Removed unused static function.
authorTim Potter <tpot@samba.org>
Tue, 5 Mar 2002 00:46:41 +0000 (00:46 +0000)
committerTim Potter <tpot@samba.org>
Tue, 5 Mar 2002 00:46:41 +0000 (00:46 +0000)
(This used to be commit 472acd89b2bf5ec2a471957aaff42e560053f60e)

source3/nmbd/nmbd_winsserver.c

index d274f6d3d3f773284b9029986fde47aa7e7a88d2..75f93eafde710085be1fa89ce396e1649856a3b2 100644 (file)
@@ -133,24 +133,6 @@ static void wins_hook(char *operation, struct name_record *namerec, int ttl)
 }
 
 
-/****************************************************************************
-hash our interfaces and netbios names settings
-*****************************************************************************/
-static unsigned wins_hash(void)
-{
-       int i;
-       unsigned ret = iface_hash();
-       extern char **my_netbios_names;
-
-       for (i=0;my_netbios_names[i];i++)
-               ret ^= str_checksum(my_netbios_names[i]);
-       
-       ret ^= str_checksum(lp_workgroup());
-
-       return ret;
-}
-       
-
 /****************************************************************************
 Determine if this packet should be allocated to the WINS server.
 *****************************************************************************/