outdated todo

This commit is contained in:
Stepan Koltsov
2012-01-13 03:55:10 +04:00
parent aa2f2742d5
commit 9666f4b6cd
@@ -402,13 +402,6 @@ public class JetTypeMapper {
private JvmMethodSignature mapSignature(FunctionDescriptor f, boolean needGenericSignature, OwnerKind kind) {
for (ValueParameterDescriptor valueParameterDescriptor : f.getValueParameters()) {
if (valueParameterDescriptor.hasDefaultValue()) {
// TODO
needGenericSignature = false;
}
}
if (kind == OwnerKind.TRAIT_IMPL) {
needGenericSignature = false;
}