Index: src/compiler.h |
diff --git a/src/compiler.h b/src/compiler.h |
index e58562664732af04b5fb4fa589440ec30b5482bc..73cfe499bfac0bc9db99b268b00c1a4c65343113 100644 |
--- a/src/compiler.h |
+++ b/src/compiler.h |
@@ -490,8 +490,6 @@ class CompilationInfoWithZone: public CompilationInfo { |
public: |
explicit CompilationInfoWithZone(Handle<Script> script); |
explicit CompilationInfoWithZone(Handle<JSFunction> closure); |
- CompilationInfoWithZone(CodeStub* stub, Isolate* isolate) |
- : CompilationInfo(stub, isolate, &zone_) {} |
// Virtual destructor because a CompilationInfoWithZone has to exit the |
// zone scope and get rid of dependent maps even when the destructor is |