1.0.39.15: delete all traces of the darwin dlshim
[sbcl.git] / src / runtime / Config.x86-darwin
index 2ee81e1..c1a3eb7 100644 (file)
@@ -20,9 +20,6 @@ LINKFLAGS += -mmacosx-version-min=10.4
 endif
 
 OS_SRC = bsd-os.c x86-bsd-os.c darwin-os.c x86-darwin-os.c
-ifdef LISP_FEATURE_DLSHIM
-  OS_SRC += darwin-dlshim.c
-endif
 
 OS_LIBS = -lSystem -lc -ldl
 ifdef LISP_FEATURE_SB_THREAD