Index: src/code-factory.h |
diff --git a/src/code-factory.h b/src/code-factory.h |
index 184b6ddf5ad766de3354907a081bb6ab248237a1..156c1f820fcc77196df2604c08c8ca1b260726db 100644 |
--- a/src/code-factory.h |
+++ b/src/code-factory.h |
@@ -32,8 +32,6 @@ class Callable final BASE_EMBEDDED { |
class CodeFactory final { |
public: |
// Initial states for ICs. |
- static Callable LoadGlobalIC(Isolate* isolate, Handle<GlobalObject> global, |
- Handle<String> name); |
static Callable LoadIC(Isolate* isolate, ContextualMode mode); |
static Callable LoadICInOptimizedCode(Isolate* isolate, ContextualMode mode, |
InlineCacheState initialization_state); |