Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(738)

Unified Diff: src/bootstrapper.h

Issue 2040001: Remove unused declarations. (Closed)
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698