summaryrefslogtreecommitdiffstats
path: root/src/tclscanner.l
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2014-12-27 18:35:59 (GMT)
committeralbert-github <albert.tests@gmail.com>2014-12-27 18:35:59 (GMT)
commitd03e4c2ae1864c6f27a4341449ce97133aeb6847 (patch)
tree6bf55ad02e65b7e37c1f6afd86e0f8944364272b /src/tclscanner.l
parented39dab59f8af2c5b42cfac0b3140cf594412121 (diff)
downloadDoxygen-d03e4c2ae1864c6f27a4341449ce97133aeb6847.zip
Doxygen-d03e4c2ae1864c6f27a4341449ce97133aeb6847.tar.gz
Doxygen-d03e4c2ae1864c6f27a4341449ce97133aeb6847.tar.bz2
Remove unused local and static global variables
Remove unused local and static global variables. Variables have been identified by Understand (version 758) from Scitools.
Diffstat (limited to 'src/tclscanner.l')
-rw-r--r--src/tclscanner.l5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/tclscanner.l b/src/tclscanner.l
index f162637..4b2275c 100644
--- a/src/tclscanner.l
+++ b/src/tclscanner.l
@@ -1123,7 +1123,6 @@ D
static tcl_scan *tcl_scan_start(char type, QString content, QCString ns, Entry *entry_cl, Entry *entry_fn)
{
tcl_scan *myScan=tcl.scan.at(0);
- QCString myName;
tcl_inf("line=%d type=%d '%s'\n",tcl.line_body0,type,content.ascii());
myScan->line1=yylineno;
@@ -2298,7 +2297,7 @@ D
static void tcl_command_ITCL_CLASS()
{
D
- QCString myNs, myName, myStr;
+ QCString myNs, myName;
Entry *myEntryCl;
tcl_scan *myScan = tcl.scan.at(0);
@@ -2327,7 +2326,7 @@ D
static void tcl_command_OO_CLASS()
{
D
- QCString myNs, myName, myStr;
+ QCString myNs, myName;
//Entry *myEntryNs;
Entry *myEntryCl;
tcl_scan *myScan = tcl.scan.at(0);