summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormikedn <onemihaid@hotmail.com>2017-03-04 19:58:56 +0200
committerJan Kotas <jkotas@microsoft.com>2017-03-04 09:58:56 -0800
commitc89728f3b9a78c99fe27d3126e601df433f50dc7 (patch)
treeaabe9dbe5d65fbb8cec36cabc1683df58166c335 /src
parent81cc07600e2800e5abd5dd8b00cf2c477e8db05f (diff)
downloadcoreclr-c89728f3b9a78c99fe27d3126e601df433f50dc7.tar.gz
coreclr-c89728f3b9a78c99fe27d3126e601df433f50dc7.tar.bz2
coreclr-c89728f3b9a78c99fe27d3126e601df433f50dc7.zip
Remove unused bbAssertionKill (#9957)
Diffstat (limited to 'src')
-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