diff options
Diffstat (limited to 'unix/tclLoadDl.c')
-rw-r--r-- | unix/tclLoadDl.c | 1 |
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); } |