diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-02-26 20:03:34 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-02-26 20:03:34 -0500 |
| commit | 3895c42a2eb534a70ef25412547e798c1c1ef5a1 (patch) | |
| tree | a01234f6bd4f149cd6cd2cee9aebc3d5f3697f65 /lib/hash.h | |
| parent | 7a7cd6e9b28405142e9ae0efb6f4bcf4131d6350 (diff) | |
*: change hash_backet to hash_bucket
It's been a year search and destroy.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/hash.h')
| -rw-r--r-- | lib/hash.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/hash.h b/lib/hash.h index 7b3372d433..e7ba3187f5 100644 --- a/lib/hash.h +++ b/lib/hash.h @@ -36,11 +36,6 @@ extern "C" { #define HASHWALK_CONTINUE 0 #define HASHWALK_ABORT -1 -#if CONFDATE > 20200225 -CPP_NOTICE("hash.h: time to remove hash_backet #define") -#endif -#define hash_backet hash_bucket - struct hash_bucket { /* * if this bucket is the head of the linked listed, len denotes the |
