summaryrefslogtreecommitdiff
path: root/src/jit/lir.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/lir.h')
-rw-r--r--src/jit/lir.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jit/lir.h b/src/jit/lir.h
index 9d465af8f9..4785a2a37c 100644
--- a/src/jit/lir.h
+++ b/src/jit/lir.h
@@ -315,9 +315,7 @@ public:
inline void GenTree::SetUnusedValue()
{
gtLIRFlags |= LIR::Flags::UnusedValue;
-#ifndef LEGACY_BACKEND
ClearContained();
-#endif
}
inline void GenTree::ClearUnusedValue()