Index: src/stub-cache.cc |
diff --git a/src/stub-cache.cc b/src/stub-cache.cc |
index a12976a6c214c984c3414ff03eaf76b9853e2349..f23e5aaeb355d167790e6a22369d5b2b80db23ff 100644 |
--- a/src/stub-cache.cc |
+++ b/src/stub-cache.cc |
@@ -194,12 +194,6 @@ Handle<Code> StubCache::ComputeLoadNonexistent(Handle<Name> name, |
Handle<Code> handler = FindHandler( |
cache_name, stub_holder, Code::LOAD_IC, flag, Code::FAST); |
if (!handler.is_null()) { |
-#ifdef DEBUG |
- LoadStubCompiler compiler(isolate_, kNoExtraICState, flag); |
- Handle<Code> compiled = compiler.CompileLoadNonexistent( |
- type, last, cache_name); |
- ASSERT(compiled->flags() == handler->flags()); |
-#endif |
return handler; |
} |