summaryrefslogtreecommitdiffstats
path: root/src/bootstrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootstrapper.h')
-rw-r--r--src/bootstrapper.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bootstrapper.h b/src/bootstrapper.h
index 19fc39aa..f905a28b 100644
--- a/src/bootstrapper.h
+++ b/src/bootstrapper.h
@@ -74,9 +74,6 @@ class Bootstrapper : public AllStatic {
// Accessors for the native scripts cache. Used in lazy loading.
static Handle<String> NativesSourceLookup(int index);
- // Append code that needs fixup at the end of boot strapping.
- static void AddFixup(Code* code, MacroAssembler* masm);
-
// Tells whether bootstrapping is active.
static bool IsActive() { return BootstrapperActive::IsActive(); }