Remove unused method

This commit is contained in:
Alexander Udalov
2012-10-26 19:19:30 +04:00
parent 288e3a7b40
commit 142acba6f1
@@ -1552,11 +1552,6 @@ public class ImplementationBodyCodegen extends ClassBodyCodegen {
}
}
@Nullable
private JetClassObject getClassObject() {
return myClass instanceof JetClass ? ((JetClass) myClass).getClassObject() : null;
}
/**
* Return pairs of descriptors. First is member of this that should be implemented by delegating to trait,