forked from qt-creator/qt-creator
Oops! Removed "ugly" and buggy "return".
This commit is contained in:
@@ -312,7 +312,6 @@ QList<Scope *> LookupContext::buildVisibleScopes()
|
||||
|
||||
QSet<QString> processed;
|
||||
buildVisibleScopes_helper(_thisDocument, &scopes, &processed);
|
||||
return scopes;
|
||||
|
||||
while (true) {
|
||||
QList<Scope *> expandedScopes;
|
||||
|
||||
Reference in New Issue
Block a user