Chromium Code Reviews| Index: src/parsing/parse-info.h |
| diff --git a/src/parsing/parse-info.h b/src/parsing/parse-info.h |
| index a53626fdce255613f49d5934dbe84d216ffac5a4..83b7f79f5fbc8f84bf150ac5b9e2cb1ffbc0dafb 100644 |
| --- a/src/parsing/parse-info.h |
| +++ b/src/parsing/parse-info.h |
| @@ -41,8 +41,6 @@ |
| ParseInfo(Handle<SharedFunctionInfo> shared, std::shared_ptr<Zone> zone); |
| ~ParseInfo(); |
| - |
| - static ParseInfo* AllocateWithoutScript(Handle<SharedFunctionInfo> shared); |
| Zone* zone() const { return zone_.get(); } |