Index: src/stub-cache.h |
diff --git a/src/stub-cache.h b/src/stub-cache.h |
index 9f2a87b4683a1a3e3967858527c17f5e4a252ca5..8c863e1bd895eb8e46c4896336393483248f40fa 100644 |
--- a/src/stub-cache.h |
+++ b/src/stub-cache.h |
@@ -486,7 +486,6 @@ class BaseLoadStoreStubCompiler: public StubCompiler { |
? Logger::KEYED_STORE_IC_TAG : Logger::KEYED_STORE_POLYMORPHIC_IC_TAG; |
} |
} |
- void JitEvent(Handle<Name> name, Handle<Code> code); |
Register receiver() { return registers_[0]; } |
Register name() { return registers_[1]; } |