summaryrefslogtreecommitdiffstats
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)
commitf11f20dfefbcf65f98736bd7d4ee8d9461a1c961 (patch)
treeccffe2c1ebd6f316bd1b4e4c37fa9481ec5f84a6
parent7c268958b4f0eb1414d526c54336735e29c9544c (diff)
downloadtcl-f11f20dfefbcf65f98736bd7d4ee8d9461a1c961.zip
tcl-f11f20dfefbcf65f98736bd7d4ee8d9461a1c961.tar.gz
tcl-f11f20dfefbcf65f98736bd7d4ee8d9461a1c961.tar.bz2
Revert mistaken commit.
-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);
}