Oops! Removed "ugly" and buggy "return".

This commit is contained in:
Roberto Raggi
2009-05-19 15:33:20 +02:00
parent f70affc070
commit 1f26af5c5e

View File

@@ -312,7 +312,6 @@ QList<Scope *> LookupContext::buildVisibleScopes()
QSet<QString> processed;
buildVisibleScopes_helper(_thisDocument, &scopes, &processed);
return scopes;
while (true) {
QList<Scope *> expandedScopes;