summaryrefslogtreecommitdiff
path: root/src/jit/gentree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/gentree.h')
-rw-r--r--src/jit/gentree.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/jit/gentree.h b/src/jit/gentree.h
index bd301433f5..447c90f0bb 100644
--- a/src/jit/gentree.h
+++ b/src/jit/gentree.h
@@ -6338,10 +6338,6 @@ const size_t TREE_NODE_SZ_SMALL = max(sizeof(GenTreeIntCon), sizeof(GenTreeLclFl
const size_t TREE_NODE_SZ_LARGE = sizeof(GenTreeCall);
-/*****************************************************************************
- * Types returned by GenTree::lvaLclVarRefs()
- */
-
enum varRefKinds
{
VR_INVARIANT = 0x00, // an invariant value
@@ -6350,8 +6346,6 @@ enum varRefKinds
VR_IND_SCL = 0x02, // a non-object reference
VR_GLB_VAR = 0x04, // a global (clsVar)
};
-// Add a temp define to avoid merge conflict.
-#define VR_IND_PTR VR_IND_REF
/*****************************************************************************/
#endif // !GENTREE_H