Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 400145f89224219ca93250cde85b3dd9854627d3..17e3b43561b34383f8c4fca668654fe848ebdb51 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -463,8 +463,6 @@ namespace internal { |
F(HasExternalDoubleElements, 1, 1) \ |
F(HasFastProperties, 1, 1) \ |
F(TransitionElementsKind, 2, 1) \ |
- F(TransitionElementsSmiToDouble, 1, 1) \ |
- F(TransitionElementsDoubleToObject, 1, 1) \ |
F(HaveSameMap, 2, 1) |