Index: src/compiler/js-graph.h |
diff --git a/src/compiler/js-graph.h b/src/compiler/js-graph.h |
index f515389d7fbb45cb1521dcb632384fc091a6d7bf..a9e73575426a9fecd6d367c79503d92885d17860 100644 |
--- a/src/compiler/js-graph.h |
+++ b/src/compiler/js-graph.h |
@@ -46,7 +46,6 @@ |
Node* EmptyFixedArrayConstant(); |
Node* EmptyLiteralsArrayConstant(); |
Node* EmptyStringConstant(); |
- Node* FixedArrayMapConstant(); |
Node* HeapNumberMapConstant(); |
Node* OptimizedOutConstant(); |
Node* StaleRegisterConstant(); |
@@ -157,7 +156,6 @@ |
kEmptyFixedArrayConstant, |
kEmptyLiteralsArrayConstant, |
kEmptyStringConstant, |
- kFixedArrayMapConstant, |
kHeapNumberMapConstant, |
kOptimizedOutConstant, |
kStaleRegisterConstant, |