Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit c89728f

Browse files
mikednjkotas
authored andcommitted
Remove unused bbAssertionKill (#9957)
1 parent 81cc076 commit c89728f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/jit/block.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -944,12 +944,6 @@ struct BasicBlock : private LIR::Range
944944
#endif
945945
};
946946

947-
union {
948-
#if ASSERTION_PROP
949-
ASSERT_TP bbAssertionKill; // value assignments killed by block
950-
#endif
951-
};
952-
953947
union {
954948
EXPSET_TP bbCseIn; // CSEs available on entry
955949
#if ASSERTION_PROP

0 commit comments

Comments
 (0)