2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Bring back warnings we supressed for b4 :)

This commit is contained in:
Michael Graff
2000-06-16 01:39:05 +00:00
parent 878d3073b1
commit 29a2e0c9b5

View File

@@ -959,14 +959,6 @@ isc_entropy_addsample(isc_entropysource_t *source, isc_uint32_t sample,
{
isc_entropy_t *ent;
/*
* XXXMLG Make warnings go away for the beta4 release. This
* will be fixed by implementing the function in the next
* release.
*/
UNUSED(sample);
UNUSED(extra);
REQUIRE(VALID_SOURCE(source));
ent = source->ent;