Delete the mutex_pool module.

This commit is contained in:
Qi Wang 2021-03-25 17:44:18 -07:00 committed by Qi Wang
parent 03d95cba88
commit 7dc77527ba
10 changed files with 1 additions and 135 deletions

View file

@ -128,7 +128,6 @@ C_SRCS := $(srcroot)src/jemalloc.c \
$(srcroot)src/log.c \
$(srcroot)src/malloc_io.c \
$(srcroot)src/mutex.c \
$(srcroot)src/mutex_pool.c \
$(srcroot)src/nstime.c \
$(srcroot)src/pa.c \
$(srcroot)src/pa_extra.c \