Commit d1ed20c4 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Remove redundant code

parent 78fd02dc
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment