Remove now-needless rump cprng_strong_deplete stub.

These rump stubs need to go away at some point...
This commit is contained in:
riastradh 2013-07-01 20:02:15 +00:00
parent a7f90b2fd2
commit 51ab2460e3

View File

@ -1,4 +1,4 @@
/* $NetBSD: cprng_stub.c,v 1.7 2013/06/23 02:35:24 riastradh Exp $ */
/* $NetBSD: cprng_stub.c,v 1.8 2013/07/01 20:02:15 riastradh Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@ -91,12 +91,6 @@ cprng_strong_poll(cprng_strong_t *c __unused, int events)
return (events & (POLLIN | POLLRDNORM));
}
void
cprng_strong_deplete(struct cprng_strong *c __unused)
{
KASSERT(c == NULL);
}
void
cprng_strong_destroy(cprng_strong_t *c __unused)
{