diff options
Diffstat (limited to 'src/core/idhash.h')
| -rw-r--r-- | src/core/idhash.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/idhash.h b/src/core/idhash.h index 70740b39..b21a681b 100644 --- a/src/core/idhash.h +++ b/src/core/idhash.h @@ -28,7 +28,6 @@ typedef struct nni_idhash_entry nni_idhash_entry; extern int nni_idhash_init(nni_idhash **); extern void nni_idhash_fini(nni_idhash *); -extern void nni_idhash_reclaim(nni_idhash *); extern void nni_idhash_set_limits(nni_idhash *, uint32_t, uint32_t, uint32_t); extern int nni_idhash_create(nni_idhash **); extern void nni_idhash_destroy(nni_idhash *); |
