Skip to content

Commit

Permalink
Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Dec 22, 2014
1 parent 78fd02d commit d1ed20c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/definition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1333,9 +1333,6 @@ void Definition::addSourceReferencedBy(MemberDef *md)

void Definition::addSourceReferences(MemberDef *md)
{
QCString name = md->name();
QCString scope = md->getScopeString();

if (md)
{
QCString name = md->name();
Expand Down

0 comments on commit d1ed20c

Please sign in to comment.