Remove now unused property

This commit is contained in:
gdkchan 2019-04-17 19:53:08 -03:00
parent e9054a8190
commit f2e0b3800e

View file

@ -13,8 +13,7 @@ namespace ChocolArm64.IntermediateRepresentation
public RegisterMask RegInputs { get; private set; }
public RegisterMask RegOutputs { get; private set; }
public bool HasStateLoad { get; private set; }
public bool HasStateStore { get; private set; }
public bool HasStateLoad { get; private set; }
private List<Operation> _operations;