summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
}