aboutsummaryrefslogtreecommitdiff
path: root/lib/libtcl
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-12-28 17:15:10 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-12-28 17:15:10 +0000
commita4ae35ba9e7acfd89c6e5f5e164244872545756d (patch)
tree689dfeecb682acc2b3d6fb121dd8376165d51a3f /lib/libtcl
parentfbde87863d157edf17a3d246c005b4e7a9565318 (diff)
downloadsrc-a4ae35ba9e7acfd89c6e5f5e164244872545756d.tar.gz
src-a4ae35ba9e7acfd89c6e5f5e164244872545756d.zip
Remove these.. umm.. "interesting".. hacks now that they are not needed.
Notes
Notes: svn path=/head/; revision=20976
Diffstat (limited to 'lib/libtcl')
-rw-r--r--lib/libtcl/tclLoad.c10
-rw-r--r--lib/libtcl/tclLoadDl2.c8
2 files changed, 0 insertions, 18 deletions
diff --git a/lib/libtcl/tclLoad.c b/lib/libtcl/tclLoad.c
deleted file mode 100644
index e12c9984c62a..000000000000
--- a/lib/libtcl/tclLoad.c
+++ /dev/null
@@ -1,10 +0,0 @@
-/*
- * XXX: We don't have dlopen & friends in statically linked programs
- * XXX: so we avoid using them.
- */
-#ifdef PIC
-#include "../../../contrib/tcl/generic/tclLoad.c"
-#else
-#include "../../../contrib/tcl/generic/tclLoadNone.c"
-#endif
-
diff --git a/lib/libtcl/tclLoadDl2.c b/lib/libtcl/tclLoadDl2.c
deleted file mode 100644
index 7938f857545a..000000000000
--- a/lib/libtcl/tclLoadDl2.c
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
- * XXX: We don't have dlopen & friends in statically linked programs
- * XXX: so we avoid using them.
- */
-#ifdef PIC
-#include "../../../contrib/tcl/unix/tclLoadDl2.c"
-#endif
-