Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index fe50f867f2d18bc807436d4e9b4e5902837dcf64..a701973de74b04ad2f3daf893921e167cc33835d 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -278,9 +278,6 @@ namespace internal { |
\ |
/* Literals */ \ |
F(MaterializeRegExpLiteral, 4, 1)\ |
- F(CreateArrayLiteralBoilerplate, 4, 1) \ |
- F(CloneLiteralBoilerplate, 1, 1) \ |
- F(CloneShallowLiteralBoilerplate, 1, 1) \ |
F(CreateObjectLiteral, 4, 1) \ |
F(CreateObjectLiteralShallow, 4, 1) \ |
F(CreateArrayLiteral, 3, 1) \ |