unused functions in lookup3.c.
git-svn-id: file:///svn/unbound/trunk@2494
be551aaa-1e26-0410-a405-
d3ace91eadb9
+16 September 2011: Wouter
+ - fix bug #408: accept patch from Steve Snyder that comments out
+ unused functions in lookup3.c.
+
15 September 2011: Wouter
- release 1.4.13.
- trunk contains 1.4.14 in development.
}
+#ifdef SELF_TEST
+
/*
--------------------------------------------------------------------
hashword2() -- same as hashword(), but take two seeds and return two
*pc=c; *pb=b;
}
+#endif /* SELF_TEST */
/*
-------------------------------------------------------------------------------
return c;
}
+#ifdef SELF_TEST
/*
* hashlittle2: return 2 32-bit hash values
*pc=c; *pb=b;
}
+#endif /* SELF_TEST */
+#if 0 /* currently not used */
/*
* hashbig():
return c;
}
+#endif /* 0 == currently not used */
#ifdef SELF_TEST