diff options
author | dgp <dgp@users.sourceforge.net> | 2012-01-09 13:50:43 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-01-09 13:50:43 (GMT) |
commit | 312e3868140b7b11f1b078ab48779769a32b17eb (patch) | |
tree | ccffe2c1ebd6f316bd1b4e4c37fa9481ec5f84a6 /unix/tclLoadDl.c | |
parent | 151775da6be9a21f63775f08ea9f87818479ea89 (diff) | |
download | tcl-312e3868140b7b11f1b078ab48779769a32b17eb.zip tcl-312e3868140b7b11f1b078ab48779769a32b17eb.tar.gz tcl-312e3868140b7b11f1b078ab48779769a32b17eb.tar.bz2 |
Revert mistaken commit.
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); } |