From 9acd5cf178eca9bc8a7f36a8c392b799a120bcbf Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Wed, 12 Oct 2016 11:49:19 -0700 Subject: Remove all vestiges of chunks. Remove mallctls: - opt.lg_chunk - stats.cactive This resolves #464. --- Makefile.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 5feb71d1..f6f06211 100644 --- a/Makefile.in +++ b/Makefile.in @@ -83,7 +83,6 @@ C_SRCS := $(srcroot)src/jemalloc.c \ $(srcroot)src/atomic.c \ $(srcroot)src/base.c \ $(srcroot)src/bitmap.c \ - $(srcroot)src/chunk.c \ $(srcroot)src/ckh.c \ $(srcroot)src/ctl.c \ $(srcroot)src/extent.c \ @@ -144,7 +143,6 @@ TESTS_UNIT := \ $(srcroot)test/unit/junk.c \ $(srcroot)test/unit/junk_alloc.c \ $(srcroot)test/unit/junk_free.c \ - $(srcroot)test/unit/lg_chunk.c \ $(srcroot)test/unit/mallctl.c \ $(srcroot)test/unit/math.c \ $(srcroot)test/unit/mq.c \ -- cgit v1.2.3