commit | 486b515f75cc62384e14b247077bc707401693d7 | [log] [tgz] |
---|---|---|
author | Alex Ruiz <alruiz@google.com> | Mon Aug 29 17:21:32 2011 -0700 |
committer | Alex Ruiz <alruiz@google.com> | Mon Aug 29 17:21:32 2011 -0700 |
tree | 0a2acc97460fbf557c0556383c2331c44f43f3dc | |
parent | 3ef38674d83c5803c82137b880552e66e23205a1 [diff] | |
parent | 3d1f2de8f4bac3a15b9ea534a261b5c3d97745b4 [diff] |
Merge branch 'master' of https://code.google.com/p/protobuf-dt/
diff --git a/com.google.eclipse.protobuf/src/com/google/eclipse/protobuf/scoping/ProtobufScopeProvider.java b/com.google.eclipse.protobuf/src/com/google/eclipse/protobuf/scoping/ProtobufScopeProvider.java index 9467c56..67accec 100644 --- a/com.google.eclipse.protobuf/src/com/google/eclipse/protobuf/scoping/ProtobufScopeProvider.java +++ b/com.google.eclipse.protobuf/src/com/google/eclipse/protobuf/scoping/ProtobufScopeProvider.java
@@ -149,9 +149,6 @@ if (!targetType.isInstance(t)) continue; T type = targetType.cast(t); descriptions.addAll(fullyQualifiedNamesOf(type)); - for (QualifiedName name : importedNamesProvider.namesOf(type)) { - descriptions.add(create(name, type)); - } } return descriptions; }