Chromium Code Reviews| Index: src/compiler.h |
| diff --git a/src/compiler.h b/src/compiler.h |
| index 2fcd01aa9029dc5c21a1073ec39ada12728b0c80..eb37cd8c1d2ad45a829c47c6966516d0ebc76157 100644 |
| --- a/src/compiler.h |
| +++ b/src/compiler.h |
| @@ -184,7 +184,6 @@ class CompilationInfo { |
| Handle<Context> context() const; |
| Handle<SharedFunctionInfo> shared_info() const; |
| bool has_shared_info() const; |
| - bool has_context() const; |
| // ----------------------------------------------------------- |
| Isolate* isolate() const { |