Revision: 22462
Author:   [email protected]
Date:     Fri Jul 18 08:00:51 2014 UTC
Log:      Fix compilation after r22461: removed now unused var

BUG=none
LOG=n
[email protected]

Review URL: https://codereview.chromium.org/400123002
http://code.google.com/p/v8/source/detail?r=22462

Modified:
 /branches/bleeding_edge/src/runtime.cc

=======================================
--- /branches/bleeding_edge/src/runtime.cc      Fri Jul 18 07:17:21 2014 UTC
+++ /branches/bleeding_edge/src/runtime.cc      Fri Jul 18 08:00:51 2014 UTC
@@ -334,9 +334,6 @@
   isolate->ThrowIllegalOperation();
   return MaybeHandle<Object>();
 }
-
-
-static const int kSmiLiteralMinimumLength = 1024;


 MaybeHandle<Object> Runtime::CreateArrayLiteralBoilerplate(

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to