summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadDl.c
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2012-01-09 13:50:43 (GMT)
committerdgp@users.sourceforge.net <dgp>2012-01-09 13:50:43 (GMT)
commitdf1702c93ece05fefc9dd3b5d1f76bc28ba5f255 (patch)
treeccffe2c1ebd6f316bd1b4e4c37fa9481ec5f84a6 /unix/tclLoadDl.c
parent824b6349768e46b73843f9034d365549f5a92f04 (diff)
downloadtcl-df1702c93ece05fefc9dd3b5d1f76bc28ba5f255.zip
tcl-df1702c93ece05fefc9dd3b5d1f76bc28ba5f255.tar.gz
tcl-df1702c93ece05fefc9dd3b5d1f76bc28ba5f255.tar.bz2
Revert mistaken commit.
Diffstat (limited to 'unix/tclLoadDl.c')
-rw-r--r--unix/tclLoadDl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/tclLoadDl.c b/unix/tclLoadDl.c
index 9084089..96f0717 100644
--- a/unix/tclLoadDl.c
+++ b/unix/tclLoadDl.c
@@ -210,7 +210,6 @@ UnloadFile(
{
void *handle = loadHandle->clientData;
- fprintf(stderr, "dlclose???\n"); fflush(stderr);
dlclose(handle);
ckfree(loadHandle);
}