Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
gruenich authored and Christoph Grüninger committed Jan 23, 2016
1 parent f4574ba commit aa61a4b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion src/util.cpp
Expand Up @@ -4293,7 +4293,6 @@ bool getDefs(const QCString &scName,
else
{
//printf("not a namespace\n");
bool found=FALSE;
MemberListIterator mmli(*mn);
MemberDef *mmd;
for (mmli.toFirst();(mmd=mmli.current());++mmli)
Expand Down
1 change: 0 additions & 1 deletion src/vhdldocgen.cpp
Expand Up @@ -3926,7 +3926,6 @@ void FlowChart::printUmlTree()
}
qcs+="\n";

QCString & outDir = Config_getString(OUTPUT_DIRECTORY);
QCString & htmlOutDir = Config_getString(HTML_OUTPUT);

QCString n=convertNameToFileName();
Expand Down
3 changes: 0 additions & 3 deletions src/vhdljjparser.cpp
Expand Up @@ -341,9 +341,6 @@ void VhdlParser::handleCommentBlock(const char* doc1,bool brief)

bool needsEntry=FALSE;
Protection protection=Public;
int lineNr;
if (iDocLine==-1)
lineNr=yyLineNr;

if (oldEntry==current)
{
Expand Down
2 changes: 1 addition & 1 deletion vhdlparser/VhdlParser.cc
Expand Up @@ -5955,7 +5955,7 @@ assert(false);
}


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

Expand Down

0 comments on commit aa61a4b

Please sign in to comment.