summaryrefslogtreecommitdiffstats
path: root/unix/tclAppInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-04-12 07:26:02 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-04-12 07:26:02 (GMT)
commit44b8ca4b32de8e867a95d44d64c6445d6a6bc389 (patch)
tree79664d7385677d3f885b546236251724da1cc533 /unix/tclAppInit.c
parent084e0e3592fe3bef1db12395401090e9d317c590 (diff)
parent8ffd9ec61e651bc933eb844c13a99927543bf8f4 (diff)
downloadtcl-44b8ca4b32de8e867a95d44d64c6445d6a6bc389.zip
tcl-44b8ca4b32de8e867a95d44d64c6445d6a6bc389.tar.gz
tcl-44b8ca4b32de8e867a95d44d64c6445d6a6bc389.tar.bz2
revert 6b6ef4e0b1, removing the temporary tests again
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: