Revert "Add missing definitelyDoesNotContainName methods"

This reverts commit b74692e9
This commit is contained in:
Victor Petukhov
2020-06-17 13:16:16 +03:00
parent 447308dcfc
commit c0f4ee7dc9
3 changed files with 0 additions and 39 deletions
@@ -46,8 +46,6 @@ interface MemberScope : ResolutionScope {
p.println("Empty member scope")
}
override fun definitelyDoesNotContainName(name: Name): Boolean = true
override fun getFunctionNames() = emptySet<Name>()
override fun getVariableNames() = emptySet<Name>()
override fun getClassifierNames() = emptySet<Name>()