dead code

This commit is contained in:
Maxim Shafirov
2011-05-09 18:03:25 +04:00
parent e5c895eae1
commit 7082646585
@@ -346,10 +346,6 @@ public class ClassCodegen {
if (propertyDescriptor.isVar()) {
propertyCodegen.generateDefaultSetter(propertyDescriptor, Opcodes.ACC_PUBLIC, kind);
}
if (!(kind instanceof OwnerKind.DelegateKind) && kind != OwnerKind.INTERFACE && bindingContext.hasBackingField(propertyDescriptor)) {
v.visitField(Opcodes.ACC_PRIVATE, p.getName(), typeMapper.mapType(propertyDescriptor.getOutType()).getDescriptor(), null, null);
}
}
}
}