Revert "Add method for getting all classifiers with given name from the scope"

This reverts commit 97759f5bb7.
This commit is contained in:
Nikolay Krasko
2014-01-15 19:13:05 +04:00
parent 0d141d959a
commit 72d3b46fc6
12 changed files with 6 additions and 83 deletions
@@ -272,8 +272,6 @@ public abstract class LazyJavaMemberScope(
override fun getLocalVariable(name: Name): VariableDescriptor? = null
override fun getDeclarationsByLabel(labelName: LabelName) = listOf<DeclarationDescriptor>()
override fun getClassifiers(name: Name) = emptyOrSingletonList(getClassifier(name))
override fun getOwnDeclaredDescriptors() = getAllDescriptors()
override fun getAllDescriptors() = allDescriptors()