Index: src/code-factory.h |
diff --git a/src/code-factory.h b/src/code-factory.h |
index 7a25474247df38eab738f5e9a990edec939edb8b..1821b0d8f537e47b9fee7c261c8187492e30a258 100644 |
--- a/src/code-factory.h |
+++ b/src/code-factory.h |
@@ -62,10 +62,6 @@ class CodeFactory final { |
// Code stubs. Add methods here as needed to reduce dependency on |
// code-stubs.h. |
- static Callable LoadGlobalViaContext(Isolate* isolate, int depth); |
- static Callable StoreGlobalViaContext(Isolate* isolate, int depth, |
- LanguageMode language_mode); |
- |
static Callable InstanceOf(Isolate* isolate); |
static Callable ToBoolean( |