Unused method removed

This commit is contained in:
Andrey Breslav
2012-10-17 17:48:48 +04:00
parent 10cf303133
commit e52277401d
@@ -291,15 +291,7 @@ public class KotlinBuiltIns {
@NotNull
public Collection<DeclarationDescriptor> getAllBuiltInClasses() {
// TODO: used once, but incorrectly in JetShortNamesCache
return getStandardClassesScope().getAllDescriptors();
}
@Deprecated
@NotNull
public JetScope getStandardClassesScope() {
// TODO: this is more than standard classes
// TODO: the only usage makes no sense for lazily loaded library
return getBuiltInsScope();
return getBuiltInsScope().getAllDescriptors();
}
@NotNull