diff options
| author | dgp <dgp@users.sourceforge.net> | 2020-03-09 15:45:52 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2020-03-09 15:45:52 (GMT) |
| commit | 8816b1a873ea5b502c1fcefc3b56875e281f0458 (patch) | |
| tree | 6a5b73ea983c2195085a9dcec069012cf50d6a0e /unix/tclLoadDl.c | |
| parent | 1baa16d30dfb27a4df336268d8acae3af327054a (diff) | |
| download | tcl-8816b1a873ea5b502c1fcefc3b56875e281f0458.zip tcl-8816b1a873ea5b502c1fcefc3b56875e281f0458.tar.gz tcl-8816b1a873ea5b502c1fcefc3b56875e281f0458.tar.bz2 | |
TCL_UNUSED in the unix sources.
Diffstat (limited to 'unix/tclLoadDl.c')
| -rw-r--r-- | unix/tclLoadDl.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/unix/tclLoadDl.c b/unix/tclLoadDl.c index 052aa07..07fd30b 100644 --- a/unix/tclLoadDl.c +++ b/unix/tclLoadDl.c @@ -281,13 +281,9 @@ UnloadFile( int TclGuessPackageName( - const char *fileName, /* Name of file containing package (already - * translated to local form if needed). */ - Tcl_DString *bufPtr) /* Initialized empty dstring. Append package - * name to this if possible. */ + TCL_UNUSED(const char *) /*fileName*/, + TCL_UNUSED(Tcl_DString *)) { - (void)fileName; - (void)bufPtr; return 0; } |
