Unused method removed
This commit is contained in:
@@ -291,15 +291,7 @@ public class KotlinBuiltIns {
|
|||||||
@NotNull
|
@NotNull
|
||||||
public Collection<DeclarationDescriptor> getAllBuiltInClasses() {
|
public Collection<DeclarationDescriptor> getAllBuiltInClasses() {
|
||||||
// TODO: used once, but incorrectly in JetShortNamesCache
|
// TODO: used once, but incorrectly in JetShortNamesCache
|
||||||
return getStandardClassesScope().getAllDescriptors();
|
return getBuiltInsScope().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();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
|
|||||||
Reference in New Issue
Block a user