Remove unreachable code in AnnotationDescriptorDeserializer

Kotlin classes should only be discoverable by VirtualFileFinder
This commit is contained in:
Alexander Udalov
2013-09-05 18:41:29 +04:00
parent b69970d621
commit 77e0d275db
6 changed files with 4 additions and 56 deletions
@@ -14,14 +14,6 @@ public final class ClassId {
private final FqName packageFqName;
private final FqNameUnsafe relativeClassName;
@NotNull
public static ClassId fromFqNameAndContainingDeclaration(
@NotNull FqName fqName,
@NotNull ClassOrNamespaceDescriptor containingDeclaration
) {
return fromFqNameAndContainingDeclaration(fqName.toUnsafe(), containingDeclaration);
}
@NotNull
public static ClassId fromFqNameAndContainingDeclaration(
@NotNull FqNameUnsafe fqName,