Skip to content

Commit

Permalink
Remove duplicate definition of UNUSED(V)
Browse files Browse the repository at this point in the history
Signed-off-by: Nitai Caro <caronita@amazon.com>
  • Loading branch information
Nitai Caro committed Jul 7, 2024
1 parent f2bbd1f commit 366c5c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dict.c
Original file line number Diff line number Diff line change
Expand Up @@ -1806,7 +1806,6 @@ void dictGetStats(char *buf, size_t bufsize, dict *d, int full) {
#ifdef SERVER_TEST
#include "testhelp.h"

#define UNUSED(V) ((void)V)
#define TEST(name) printf("test — %s\n", name);

uint64_t hashCallback(const void *key) {
Expand Down

0 comments on commit 366c5c4

Please sign in to comment.