summaryrefslogtreecommitdiffstats
path: root/unix/tclAppInit.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/tclAppInit.c')
-rw-r--r--unix/tclAppInit.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/unix/tclAppInit.c b/unix/tclAppInit.c
index 910a233..0d2a6c4 100644
--- a/unix/tclAppInit.c
+++ b/unix/tclAppInit.c
@@ -154,14 +154,6 @@ Tcl_AppInit(
return TCL_OK;
}
-
-#ifdef TCL_TEST
-# undef TCL_STORAGE_CLASS
-# define TCL_STORAGE_CLASS DLLEXPORT
-EXTERN const char *Tcltest_Foo() {
- return "I'm in tclAppInit.c";
-}
-#endif /* TCL_TEST */
/*
* Local Variables: