summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/jit/block.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/jit/block.h b/src/jit/block.h
index 786b83178f..2460979a32 100644
--- a/src/jit/block.h
+++ b/src/jit/block.h
@@ -945,12 +945,6 @@ struct BasicBlock : private LIR::Range
};
union {
-#if ASSERTION_PROP
- ASSERT_TP bbAssertionKill; // value assignments killed by block
-#endif
- };
-
- union {
EXPSET_TP bbCseIn; // CSEs available on entry
#if ASSERTION_PROP
ASSERT_TP bbAssertionIn; // value assignments available on entry