summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadDl.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-01-09 13:50:43 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-01-09 13:50:43 (GMT)
commit312e3868140b7b11f1b078ab48779769a32b17eb (patch)
treeccffe2c1ebd6f316bd1b4e4c37fa9481ec5f84a6 /unix/tclLoadDl.c
parent151775da6be9a21f63775f08ea9f87818479ea89 (diff)
downloadtcl-312e3868140b7b11f1b078ab48779769a32b17eb.zip
tcl-312e3868140b7b11f1b078ab48779769a32b17eb.tar.gz
tcl-312e3868140b7b11f1b078ab48779769a32b17eb.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);
}