summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r--generic/tclTest.c26
1 files changed, 1 insertions, 25 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c
index 2a54dcf..403e6d6 100644
--- a/generic/tclTest.c
+++ b/generic/tclTest.c
@@ -717,7 +717,6 @@ Tcltest_SafeInit(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
TestasyncCmd(
TCL_UNUSED(ClientData),
@@ -963,7 +962,6 @@ TestbumpinterpepochObjCmd(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
TestcmdinfoCmd(
TCL_UNUSED(ClientData),
@@ -1034,7 +1032,6 @@ TestcmdinfoCmd(
return TCL_OK;
}
- /*ARGSUSED*/
static int
CmdProc1(
void *clientData, /* String to return. */
@@ -1046,7 +1043,6 @@ CmdProc1(
return TCL_OK;
}
- /*ARGSUSED*/
static int
CmdProc2(
void *clientData, /* String to return. */
@@ -1093,7 +1089,6 @@ CmdDelProc2(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
TestcmdtokenCmd(
TCL_UNUSED(ClientData),
@@ -1157,7 +1152,6 @@ TestcmdtokenCmd(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
TestcmdtraceCmd(
TCL_UNUSED(ClientData),
@@ -1440,7 +1434,6 @@ CreatedCommandProc2(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
TestdcallCmd(
TCL_UNUSED(ClientData),
@@ -1505,7 +1498,6 @@ DelCallbackProc(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
TestdelCmd(
TCL_UNUSED(ClientData),
@@ -1705,7 +1697,6 @@ TestdoubledigitsObjCmd(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
TestdstringCmd(
TCL_UNUSED(ClientData),
@@ -1832,7 +1823,6 @@ static void SpecialFree(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
TestencodingObjCmd(
TCL_UNUSED(ClientData),
@@ -2690,7 +2680,6 @@ TestgetplatformCmd(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
TestinterpdeleteCmd(
TCL_UNUSED(ClientData),
@@ -2731,7 +2720,6 @@ TestinterpdeleteCmd(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
TestlinkCmd(
TCL_UNUSED(ClientData),
@@ -3378,7 +3366,7 @@ TestlocaleCmd(
*
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
+
static void
CleanupTestSetassocdataTests(
void *clientData, /* Data to be released. */
@@ -3782,7 +3770,6 @@ TestprintObjCmd(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
TestregexpObjCmd(
TCL_UNUSED(ClientData),
@@ -4106,7 +4093,6 @@ TestregexpXflags(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
TestreturnObjCmd(
TCL_UNUSED(ClientData),
@@ -4327,7 +4313,6 @@ TesttranslatefilenameCmd(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
TestupvarCmd(
TCL_UNUSED(ClientData),
@@ -4380,7 +4365,6 @@ TestupvarCmd(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
TestseterrorcodeCmd(
TCL_UNUSED(ClientData),
@@ -4433,7 +4417,6 @@ TestseterrorcodeCmd(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
TestsetobjerrorcodeCmd(
TCL_UNUSED(ClientData),
@@ -4462,7 +4445,6 @@ TestsetobjerrorcodeCmd(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
TestfeventCmd(
TCL_UNUSED(ClientData),
@@ -5112,7 +5094,6 @@ TestbytestringObjCmd(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
TestsetCmd(
void *data, /* Additional flags for Get/SetVar2. */
@@ -5195,7 +5176,6 @@ Testset2Cmd(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
TestsaveresultCmd(
TCL_UNUSED(ClientData),
@@ -5445,7 +5425,6 @@ TestexitmainloopCmd(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
TestChannelCmd(
TCL_UNUSED(ClientData),
@@ -5507,7 +5486,6 @@ TestChannelCmd(
chanPtr = statePtr->topChanPtr;
chan = (Tcl_Channel) chanPtr;
} else {
- /* lint */
statePtr = NULL;
chan = NULL;
}
@@ -5914,7 +5892,6 @@ TestChannelCmd(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
TestChannelEventCmd(
TCL_UNUSED(ClientData),
@@ -6127,7 +6104,6 @@ TestChannelEventCmd(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
TestSocketCmd(
TCL_UNUSED(ClientData),