forked from qt-creator/qt-creator
C++: Remove double return in FindUsages
Change-Id: I76a0f4e20b364affdd8a7939fced6f0f012b661c Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
860d500efb
commit
dc6c0bceac
@@ -1920,8 +1920,6 @@ bool FindUsages::visit(QualifiedNameAST *ast)
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
bool FindUsages::visit(OperatorFunctionIdAST *ast)
|
||||
|
||||
Reference in New Issue
Block a user