Drop unused interface method
There was the only usage and it's redundant. JetClass' implementation name is refined.
This commit is contained in:
-2
@@ -79,8 +79,6 @@ public abstract class DataClassMethodGenerator {
|
||||
}
|
||||
|
||||
private void generateComponentFunctionsForDataClasses() {
|
||||
if (!declaration.hasPrimaryConstructor()) return;
|
||||
|
||||
ConstructorDescriptor constructor = classDescriptor.getUnsubstitutedPrimaryConstructor();
|
||||
assert constructor != null : "Data class should have primary constructor";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user