Remove unnecessary source files

This commit is contained in:
Yinan Zhang
2020-06-19 08:58:22 -07:00
parent a795b19327
commit 092fcac0b4
8 changed files with 0 additions and 33 deletions

View File

@@ -117,7 +117,6 @@ C_SRCS := $(srcroot)src/jemalloc.c \
$(srcroot)src/extent.c \
$(srcroot)src/extent_dss.c \
$(srcroot)src/extent_mmap.c \
$(srcroot)src/hash.c \
$(srcroot)src/hook.c \
$(srcroot)src/inspect.c \
$(srcroot)src/large.c \
@@ -130,7 +129,6 @@ C_SRCS := $(srcroot)src/jemalloc.c \
$(srcroot)src/pa_extra.c \
$(srcroot)src/pages.c \
$(srcroot)src/peak_event.c \
$(srcroot)src/prng.c \
$(srcroot)src/prof.c \
$(srcroot)src/prof_data.c \
$(srcroot)src/prof_log.c \
@@ -143,7 +141,6 @@ C_SRCS := $(srcroot)src/jemalloc.c \
$(srcroot)src/tcache.c \
$(srcroot)src/test_hooks.c \
$(srcroot)src/thread_event.c \
$(srcroot)src/ticker.c \
$(srcroot)src/tsd.c \
$(srcroot)src/witness.c
ifeq ($(enable_zone_allocator), 1)