Remove various getClassId methods

This commit is contained in:
Pavel V. Talanov
2013-07-01 20:02:15 +04:00
committed by Alexander Udalov
parent fa93ee7ff2
commit c3a44e37ba
7 changed files with 3 additions and 44 deletions
@@ -83,9 +83,6 @@ public abstract class AbstractClassResolver implements ClassResolver {
@NotNull
protected abstract DeclarationDescriptor getPackage(@NotNull FqName fqName);
@NotNull
protected abstract ClassId getClassId(@NotNull ClassDescriptor classDescriptor);
@Nullable
protected ClassDescriptor resolveClassExternally(@NotNull ClassId classId) {
//TODO: decide whether it is ok to provide default implementation