Skip to content

Commit

Permalink
core: remove USE_SHM_MEM from core ver_defs (related to commit ec97e6f)
Browse files Browse the repository at this point in the history
  • Loading branch information
henningw committed Dec 26, 2018
1 parent 2260808 commit 87c6a85
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/core/ver_defs.h
Expand Up @@ -159,12 +159,6 @@
#define TLSF_MALLOC_STR ""
#endif

#ifdef USE_SHM_MEM
#define USE_SHM_MEM_STR ", USE_SHM_MEM"
#else
#define USE_SHM_MEM_STR ""
#endif

#ifdef DBG_SR_MEMORY
#define DBG_SR_MEMORY_STR ", DBG_SR_MEMORY"
#else
Expand Down Expand Up @@ -335,7 +329,7 @@
USE_SCTP_STR CORE_TLS_STR TLS_HOOKS_STR USE_RAW_SOCKS_STR \
DISABLE_NAGLE_STR USE_MCAST_STR NO_DEBUG_STR NO_LOG_STR \
NO_SIG_DEBUG_STR DNS_IP_HACK_STR \
USE_SHM_MEM_STR SHM_MMAP_STR PKG_MALLOC_STR \
SHM_MMAP_STR PKG_MALLOC_STR \
Q_MALLOC_STR F_MALLOC_STR DL_MALLOC_STR SF_MALLOC_STR LL_MALLOC_STR TLSF_MALLOC_STR \
DBG_SR_MEMORY_STR DBG_QM_MALLOC_STR DBG_F_MALLOC_STR \
DBG_SF_MALLOC_STR DBG_LL_MALLOC_STR DBG_TLSF_MALLOC_STR \
Expand Down

0 comments on commit 87c6a85

Please sign in to comment.