1.0.39.15: delete all traces of the darwin dlshim
[sbcl.git] / src / runtime / Config.x86-64-darwin
index d852f4b..24965f5 100644 (file)
@@ -22,9 +22,6 @@ CFLAGS += -D_DARWIN_USE_64_BIT_INODE
 endif
 
 OS_SRC = bsd-os.c x86-64-bsd-os.c darwin-os.c x86-64-darwin-os.c
-ifdef LISP_FEATURE_DLSHIM
-  OS_SRC += darwin-dlshim.c
-endif
 
 OS_LIBS = -lSystem -lc -ldl
 ifdef LISP_FEATURE_SB_THREAD