summaryrefslogtreecommitdiffstats
path: root/src/vhdlcode.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/vhdlcode.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/vhdlcode.l')
-rw-r--r--src/vhdlcode.l6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/vhdlcode.l b/src/vhdlcode.l
index 5f328af..2b0841e 100644
--- a/src/vhdlcode.l
+++ b/src/vhdlcode.l
@@ -68,7 +68,6 @@ static bool g_startCode = FALSE;
static QCString g_PrevString;
static QCString g_CurrClass;
static QDict<QCString>g_vhdlKeyDict;
-static QCString g_tempClass;
static QCString g_tempComp;
static QCString g_PortMapComp;
static MemberDef *g_vhdlMember;
@@ -77,7 +76,6 @@ static QCString g_FuncProto;
//-----------------------------------------------------------
static CodeOutputInterface * g_code;
-static QCString g_curClassName;
static QCString g_parmType;
static QCString g_parmName;
static const char * g_inputString; //!< the code fragment as text
@@ -90,9 +88,6 @@ static Definition *g_searchCtx;
static QCString g_exampleName;
static QCString g_exampleFile;
-static QCString g_type;
-static QCString g_name;
-static QCString g_args;
static QCString g_classScope;
static QCString g_CurrScope;
@@ -1055,7 +1050,6 @@ XILINX "INST"|"NET"|"PIN"|"BLKNM"|"BUFG"|"COLLAPSE"|"CPLD"|"COMPGRP"|"CONFI
<ClassesName>{FUNCNAME} {
- QDict<QCString> mem;
appStringLower(g_PrevString,vhdlcodeYYtext);
g_CurrClass.resize(0);
g_CurrClass.append(vhdlcodeYYtext);