1
0
Fork 0

remove unused define (#5950)

This commit is contained in:
Jan 2018-07-24 09:30:27 +02:00 committed by GitHub
parent 2c77483654
commit 29927234f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -630,10 +630,6 @@ endfunction()
if (USE_JEMALLOC)
add_definitions("-DARANGODB_HAVE_JEMALLOC=1")
if (LINUX OR DARWIN)
add_definitions("-DARANGODB_MMAP_JEMALLOC=1")
endif ()
endif ()
# ------------------------------------------------------------------------------