HHH-10715 Dead code elimination
This commit is contained in:
parent
2358692797
commit
e1d217e10d
|
@ -369,7 +369,6 @@ public abstract class AbstractEntityTuplizer implements EntityTuplizer {
|
|||
public Object getIdentifier(Object entity, EntityMode entityMode, SharedSessionContractImplementor session) {
|
||||
final Object id = mappedIdentifierType.instantiate( entityMode );
|
||||
final Object[] propertyValues = virtualIdComponent.getPropertyValues( entity, entityMode );
|
||||
final String[] names = virtualIdComponent.getPropertyNames();
|
||||
final Type[] subTypes = virtualIdComponent.getSubtypes();
|
||||
final Type[] copierSubTypes = mappedIdentifierType.getSubtypes();
|
||||
final int length = subTypes.length;
|
||||
|
|
Loading…
Reference in New Issue