[mangling] Remove the unused fqnString method from KotlinMangler
This commit is contained in:
committed by
Space Team
parent
11c4fcda5f
commit
f14a713e49
-3
@@ -26,9 +26,6 @@ object DisabledDescriptorMangler : KotlinMangler.DescriptorMangler {
|
||||
override fun DeclarationDescriptor.signatureString(compatibleMode: Boolean): String =
|
||||
error("Should not be called")
|
||||
|
||||
override fun DeclarationDescriptor.fqnString(compatibleMode: Boolean): String =
|
||||
error("Should not be called")
|
||||
|
||||
override fun ClassDescriptor.mangleEnumEntryString(compatibleMode: Boolean): String =
|
||||
error("Should not be called")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user