summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2020-03-17 01:01:25 (GMT)
committerdgp <dgp@users.sourceforge.net>2020-03-17 01:01:25 (GMT)
commitdc763386a9f92c39f6573be75aff10c6528003ef (patch)
tree781e4d3c47fd2d77a238f20fb3c5de53a447256b /generic/tclIO.c
parent23bd4dbf08b8db5a6d935215247cf203ab0032fe (diff)
downloadtcl-dc763386a9f92c39f6573be75aff10c6528003ef.zip
tcl-dc763386a9f92c39f6573be75aff10c6528003ef.tar.gz
tcl-dc763386a9f92c39f6573be75aff10c6528003ef.tar.bz2
TIP 569 - remove lint comments
Diffstat (limited to 'generic/tclIO.c')
-rw-r--r--generic/tclIO.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/generic/tclIO.c b/generic/tclIO.c
index edb0f1e..d65f6e6 100644
--- a/generic/tclIO.c
+++ b/generic/tclIO.c
@@ -579,7 +579,6 @@ TclInitIOSubsystem(void)
*-------------------------------------------------------------------------
*/
- /* ARGSUSED */
void
TclFinalizeIOSubsystem(void)
{
@@ -3378,7 +3377,6 @@ Tcl_SpliceChannel(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
int
Tcl_Close(
Tcl_Interp *interp, /* Interpreter for errors. */
@@ -3582,7 +3580,6 @@ Tcl_Close(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
int
Tcl_CloseEx(
Tcl_Interp *interp, /* Interpreter for errors. */
@@ -8988,7 +8985,6 @@ TclChannelEventScriptInvoker(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
int
Tcl_FileEventObjCmd(
TCL_UNUSED(ClientData),