Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
Signed-off-by: Ping Xie <[email protected]>
  • Loading branch information
PingXie committed Aug 20, 2024
1 parent ac0ad45 commit cd072e2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/dict.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,11 +275,6 @@ static inline dictEntryNormal *decodeEntryNormal(const dictEntry *de) {
return decodeMaskedPtr(de);
}

/* Returns 1 if the entry has a value field and 0 otherwise. */
static inline int entryHasValue(const dictEntry *de) {
return entryIsNormal(de) || entryIsEmbedded(de);
}

/* ----------------------------- API implementation ------------------------- */

/* Reset hash table parameters already initialized with _dictInit()*/
Expand Down

0 comments on commit cd072e2

Please sign in to comment.