Skip to content

Commit b6799bd

Browse files
zhulipengPingXie
authored andcommitted
Delete unused declaration (valkey-io#400)
Delete unused declaration `void *dictEntryMetadata(dictEntry *de);` in dict.h. --------- Signed-off-by: Lipeng Zhu <[email protected]>
1 parent f7e7339 commit b6799bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dict.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ void dictSetDoubleVal(dictEntry *de, double val);
210210
int64_t dictIncrSignedIntegerVal(dictEntry *de, int64_t val);
211211
uint64_t dictIncrUnsignedIntegerVal(dictEntry *de, uint64_t val);
212212
double dictIncrDoubleVal(dictEntry *de, double val);
213-
void *dictEntryMetadata(dictEntry *de);
214213
void *dictGetKey(const dictEntry *de);
215214
void *dictGetVal(const dictEntry *de);
216215
int64_t dictGetSignedIntegerVal(const dictEntry *de);

0 commit comments

Comments
 (0)