1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

#if 0 a function which we have we do not use, and where the call to it is in #if 0 as well

This commit is contained in:
deraadt 2008-11-10 17:49:46 +00:00
parent 6a40061a7c
commit b1819451cb

View File

@ -399,6 +399,7 @@ dispatch_arc4random(dns_dispatchmgr_t *mgr) {
return (result);
}
#if 0
static isc_uint16_t
dispatch_arc4uniformrandom(dns_dispatchmgr_t *mgr, isc_uint16_t upper_bound) {
isc_uint16_t min, r;
@ -431,6 +432,7 @@ dispatch_arc4uniformrandom(dns_dispatchmgr_t *mgr, isc_uint16_t upper_bound) {
return (r % upper_bound);
}
#endif
/*
* Return a hash of the destination and message id.