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 | f11f20dfefbcf65f98736bd7d4ee8d9461a1c961 (patch) | |
| tree | ccffe2c1ebd6f316bd1b4e4c37fa9481ec5f84a6 /unix/tclLoadDl.c | |
| parent | 7c268958b4f0eb1414d526c54336735e29c9544c (diff) | |
| download | tcl-f11f20dfefbcf65f98736bd7d4ee8d9461a1c961.zip tcl-f11f20dfefbcf65f98736bd7d4ee8d9461a1c961.tar.gz tcl-f11f20dfefbcf65f98736bd7d4ee8d9461a1c961.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); } |
