Reviewers: Mads Ager,
Description:
Remove unused declarations.
Please review this at http://codereview.chromium.org/2040001/show
Affected files:
M src/bootstrapper.h
Index: src/bootstrapper.h
diff --git a/src/bootstrapper.h b/src/bootstrapper.h
index
66b8ff478e37569a1aa1ad7620f1450b454fb664..2b789e28eaf4d45f54316df9ae7d397c3659b4e9
100644
--- a/src/bootstrapper.h
+++ b/src/bootstrapper.h
@@ -80,10 +80,6 @@ class Bootstrapper : public AllStatic {
// 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();
static char* ArchiveState(char* to);
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev