diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-08-07 16:33:56 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-08-07 16:33:56 -0700 |
| commit | a3719a20ad9cb7e09ba59f521011446e7aafc914 (patch) | |
| tree | e4163dddec409ee2d11fa719b3129fc5c7eef31c /src/core/idhash.h | |
| parent | 24e24c8ac8d05c1e72ef5d71029d24e8832b49a4 (diff) | |
| download | nng-a3719a20ad9cb7e09ba59f521011446e7aafc914.tar.gz nng-a3719a20ad9cb7e09ba59f521011446e7aafc914.tar.bz2 nng-a3719a20ad9cb7e09ba59f521011446e7aafc914.zip | |
Remove unused idhash_reclaim.
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 *); |
