summaryrefslogtreecommitdiffstats
path: root/src/tclscanner.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-01-03 19:08:51 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-01-03 19:08:51 (GMT)
commitfcc8e1f75c7c1a2ccb5ab6e42d3b6843589dc764 (patch)
tree94d0c995b22ac3deebdeec838992be6c1e7b1f8c /src/tclscanner.l
parent70afeb96108b77cb68de746b3037cc775b00a45b (diff)
parentd03e4c2ae1864c6f27a4341449ce97133aeb6847 (diff)
downloadDoxygen-fcc8e1f75c7c1a2ccb5ab6e42d3b6843589dc764.zip
Doxygen-fcc8e1f75c7c1a2ccb5ab6e42d3b6843589dc764.tar.gz
Doxygen-fcc8e1f75c7c1a2ccb5ab6e42d3b6843589dc764.tar.bz2
Merge pull request #272 from albert-github/feature/bug_unused
Remove unused local and static global variables
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 198fd85..6ad2e26 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);