Remove unreachable code in AnnotationDescriptorDeserializer
Kotlin classes should only be discoverable by VirtualFileFinder
This commit is contained in:
-8
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user