Question mark assignment is not needed

This commit is contained in:
Pieter Noordhuis 2012-04-13 17:41:40 -07:00
parent 166cf8a3b8
commit c04278ba3b

View File

@ -38,9 +38,9 @@ FINAL_CFLAGS+= -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src
# Default allocator
ifeq ($(uname_S),Linux)
MALLOC?=jemalloc
MALLOC=jemalloc
else
MALLOC?=libc
MALLOC=libc
endif
# Backwards compatibility for selecting an allocator