[mangling] Remove the unused fqnString method from KotlinMangler

This commit is contained in:
Sergej Jaskiewicz
2023-06-22 13:06:15 +02:00
committed by Space Team
parent 11c4fcda5f
commit f14a713e49
7 changed files with 0 additions and 22 deletions
@@ -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")