diff options
| author | dgp <dgp@users.sourceforge.net> | 2020-03-17 01:01:25 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2020-03-17 01:01:25 (GMT) |
| commit | dc763386a9f92c39f6573be75aff10c6528003ef (patch) | |
| tree | 781e4d3c47fd2d77a238f20fb3c5de53a447256b /generic/tclInterp.c | |
| parent | 23bd4dbf08b8db5a6d935215247cf203ab0032fe (diff) | |
| download | tcl-dc763386a9f92c39f6573be75aff10c6528003ef.zip tcl-dc763386a9f92c39f6573be75aff10c6528003ef.tar.gz tcl-dc763386a9f92c39f6573be75aff10c6528003ef.tar.bz2 | |
TIP 569 - remove lint comments
Diffstat (limited to 'generic/tclInterp.c')
| -rw-r--r-- | generic/tclInterp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tclInterp.c b/generic/tclInterp.c index 5b0cd62..1570837 100644 --- a/generic/tclInterp.c +++ b/generic/tclInterp.c @@ -598,7 +598,7 @@ InterpInfoDeleteProc( * *---------------------------------------------------------------------- */ - /* ARGSUSED */ + int Tcl_InterpObjCmd( ClientData clientData, @@ -1474,8 +1474,6 @@ TclPreventAliasLoop( } nextAliasPtr = (Alias *)aliasCmdPtr->objClientData; } - - /* NOTREACHED */ } /* |
