Remove valdup from BenchmarkDictType (#600)
makes SERVER_CFLAGS='-DSERVER_TEST' compile as well Introduced in #443. Signed-off-by: Eran Liberty <eranl@amazon.com> Co-authored-by: Eran Liberty <eranl@amazon.com>
This commit is contained in:
parent
9319f7aeca
commit
60c10a5a4d
@ -1748,7 +1748,7 @@ char *stringFromLongLong(long long value) {
|
||||
return s;
|
||||
}
|
||||
|
||||
dictType BenchmarkDictType = {hashCallback, NULL, NULL, compareCallback, freeCallback, NULL, NULL};
|
||||
dictType BenchmarkDictType = {hashCallback, NULL, compareCallback, freeCallback, NULL, NULL};
|
||||
|
||||
#define start_benchmark() start = timeInMilliseconds()
|
||||
#define end_benchmark(msg) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user