summaryrefslogtreecommitdiffstats
path: root/win/tclWinTest.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 /win/tclWinTest.c
parent23bd4dbf08b8db5a6d935215247cf203ab0032fe (diff)
downloadtcl-dc763386a9f92c39f6573be75aff10c6528003ef.zip
tcl-dc763386a9f92c39f6573be75aff10c6528003ef.tar.gz
tcl-dc763386a9f92c39f6573be75aff10c6528003ef.tar.bz2
TIP 569 - remove lint comments
Diffstat (limited to 'win/tclWinTest.c')
-rw-r--r--win/tclWinTest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/win/tclWinTest.c b/win/tclWinTest.c
index d78d5f1..973ec47 100644
--- a/win/tclWinTest.c
+++ b/win/tclWinTest.c
@@ -411,7 +411,6 @@ TestExceptionCmd(
/* SMASH! */
RaiseException(exceptions[cmd], EXCEPTION_NONCONTINUABLE, 0, NULL);
- /* NOTREACHED */
return TCL_OK;
}