From ed8d093e7251f103ee03108ab49086a67085ae8c Mon Sep 17 00:00:00 2001 From: "erik.corry@gmail.com" Date: Mon, 3 Nov 2008 10:35:24 +0000 Subject: [PATCH] Add file accidentally omitted from last change. git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@676 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/runtime.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/runtime.h b/src/runtime.h index 6f21dba..f546231 100644 --- a/src/runtime.h +++ b/src/runtime.h @@ -66,10 +66,6 @@ namespace v8 { namespace internal { F(PushIfAbsent, 2) \ F(ArrayConcat, 1) \ \ - /* ConsStrings */ \ - F(ConsStringFst, 1) \ - F(ConsStringSnd, 1) \ - \ /* Conversions */ \ F(ToBool, 1) \ F(Typeof, 1) \ -- 2.7.4