Skip to content

Commit aa61a4b

Browse files
gruenichChristoph Grüninger
authored and
Christoph Grüninger
committed
Remove unused variables
1 parent f4574ba commit aa61a4b

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed

src/util.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4293,7 +4293,6 @@ bool getDefs(const QCString &scName,
42934293
else
42944294
{
42954295
//printf("not a namespace\n");
4296-
bool found=FALSE;
42974296
MemberListIterator mmli(*mn);
42984297
MemberDef *mmd;
42994298
for (mmli.toFirst();(mmd=mmli.current());++mmli)

src/vhdldocgen.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3926,7 +3926,6 @@ void FlowChart::printUmlTree()
39263926
}
39273927
qcs+="\n";
39283928

3929-
QCString & outDir = Config_getString(OUTPUT_DIRECTORY);
39303929
QCString & htmlOutDir = Config_getString(HTML_OUTPUT);
39313930

39323931
QCString n=convertNameToFileName();

src/vhdljjparser.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,6 @@ void VhdlParser::handleCommentBlock(const char* doc1,bool brief)
341341

342342
bool needsEntry=FALSE;
343343
Protection protection=Public;
344-
int lineNr;
345-
if (iDocLine==-1)
346-
lineNr=yyLineNr;
347344

348345
if (oldEntry==current)
349346
{

vhdlparser/VhdlParser.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5955,7 +5955,7 @@ assert(false);
59555955
}
59565956

59575957

5958-
QCString VhdlParser::miscellaneous_operator() {Token *t=0;
5958+
QCString VhdlParser::miscellaneous_operator() {
59595959
switch ((jj_ntk==-1)?jj_ntk_f():jj_ntk) {
59605960
case DOUBLEMULT_T:{if (!hasError) {
59615961

0 commit comments

Comments
 (0)