From: mikedn Date: Sat, 4 Mar 2017 17:58:56 +0000 (+0200) Subject: Remove unused bbAssertionKill (dotnet/coreclr#9957) X-Git-Tag: submit/tizen/20210909.063632~11030^2~7843 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ac7791e02626c32967f6ecd7c16aebe7272f2bf;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Remove unused bbAssertionKill (dotnet/coreclr#9957) Commit migrated from https://github.com/dotnet/coreclr/commit/c89728f3b9a78c99fe27d3126e601df433f50dc7 --- diff --git a/src/coreclr/src/jit/block.h b/src/coreclr/src/jit/block.h index 786b831..2460979 100644 --- a/src/coreclr/src/jit/block.h +++ b/src/coreclr/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