summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPipe.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 /unix/tclUnixPipe.c
parent23bd4dbf08b8db5a6d935215247cf203ab0032fe (diff)
downloadtcl-dc763386a9f92c39f6573be75aff10c6528003ef.zip
tcl-dc763386a9f92c39f6573be75aff10c6528003ef.tar.gz
tcl-dc763386a9f92c39f6573be75aff10c6528003ef.tar.bz2
TIP 569 - remove lint comments
Diffstat (limited to 'unix/tclUnixPipe.c')
-rw-r--r--unix/tclUnixPipe.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/unix/tclUnixPipe.c b/unix/tclUnixPipe.c
index f47e021..681ee64 100644
--- a/unix/tclUnixPipe.c
+++ b/unix/tclUnixPipe.c
@@ -374,7 +374,6 @@ TclpCloseFile(
*---------------------------------------------------------------------------
*/
- /* ARGSUSED */
int
TclpCreateProcess(
Tcl_Interp *interp, /* Interpreter in which to leave errors that
@@ -900,7 +899,6 @@ TclGetAndDetachPids(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
PipeBlockModeProc(
void *instanceData, /* Pipe state. */
@@ -1249,7 +1247,6 @@ Tcl_WaitPid(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
int
Tcl_PidObjCmd(
TCL_UNUSED(ClientData),