summaryrefslogtreecommitdiffstats
path: root/src/tclscanner.l
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-09-13 16:01:21 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-09-13 16:01:21 (GMT)
commit99f948c038b763028fcb95ef2a65fdbc1d5f9520 (patch)
tree463b89eccee1f90603ab4ee991ab18ef736f8166 /src/tclscanner.l
parentaca45fd514cadc56ac277bd54f49604708ebbb5d (diff)
downloadDoxygen-99f948c038b763028fcb95ef2a65fdbc1d5f9520.zip
Doxygen-99f948c038b763028fcb95ef2a65fdbc1d5f9520.tar.gz
Doxygen-99f948c038b763028fcb95ef2a65fdbc1d5f9520.tar.bz2
Fixing coverity messages
Note: especially latexdocvisitor (dead code that should not be dead code).
Diffstat (limited to 'src/tclscanner.l')
-rw-r--r--src/tclscanner.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tclscanner.l b/src/tclscanner.l
index 7ca5ade..ca5294b 100644
--- a/src/tclscanner.l
+++ b/src/tclscanner.l
@@ -1431,7 +1431,6 @@ tcl_inf("(%d) ?%s?\n",what,tcl.string_last.data());
yyless(0);
tcl_inf("(.%d) ?%s?\n",what,tcl.string_last.data());
return;
- myWhite=0;
break;
default:
tcl_err("wrong state: %d\n",what);