Revision: 4607
Author: [email protected]
Date: Thu May  6 06:35:30 2010
Log: Remove unused declarations.

Review URL: http://codereview.chromium.org/2040001
http://code.google.com/p/v8/source/detail?r=4607

Modified:
 /branches/bleeding_edge/src/bootstrapper.h

=======================================
--- /branches/bleeding_edge/src/bootstrapper.h  Wed Mar 24 06:24:46 2010
+++ /branches/bleeding_edge/src/bootstrapper.h  Thu May  6 06:35:30 2010
@@ -79,10 +79,6 @@

   // Tells whether bootstrapping is active.
   static bool IsActive() { return BootstrapperActive::IsActive(); }
-
-  // Encoding/decoding support for fixup flags.
-  class FixupFlagsUseCodeObject: public BitField<bool, 0, 1> {};
-  class FixupFlagsArgumentsCount: public BitField<uint32_t, 1, 32-1> {};

   // Support for thread preemption.
   static int ArchiveSpacePerThread();

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to