Remove Block.TailCall since it is not used anymore

This commit is contained in:
FICTURE7 2021-04-11 13:56:50 +04:00
parent 6f4cb3c0ad
commit 68bff558db
2 changed files with 3 additions and 5 deletions

View file

@ -11,8 +11,7 @@ namespace ARMeilleure.Decoders
public Block Next { get; set; }
public Block Branch { get; set; }
public bool TailCall { get; set; }
public bool Exit { get; set; }
public bool Exit { get; set; }
public List<OpCode> OpCodes { get; }