npf.c
changeset 2075 7f0ca01392db
parent 2049 ad0d49c916d4
child 2115 71e12444631c
--- a/npf.c	Fri Jul 15 21:17:38 2005 +0000
+++ b/npf.c	Fri Jul 15 21:28:26 2005 +0000
@@ -71,11 +71,13 @@
 	}
 };
 
+#if 0
 static uint NTPHash(uint key1, uint key2)
 {
 	/* This function uses the old hash, which is fixed on 10 bits (1024 buckets) */
 	return PATHFIND_HASH_TILE(key1);
 }
+#endif
 
 /**
  * Calculates a hash value for use in the NPF.