Index: src/execution.h |
diff --git a/src/execution.h b/src/execution.h |
index f1b1057a61439bcdc40eb51df425fdbc9770acc4..8b4056bc7d430164e7cd34c216ed80e791ee0f35 100644 |
--- a/src/execution.h |
+++ b/src/execution.h |
@@ -64,10 +64,6 @@ class Execution final : public AllStatic { |
MUST_USE_RESULT static MaybeHandle<Object> NewDate( |
Isolate* isolate, double time); |
- // Create a new regular expression object from 'pattern' and 'flags'. |
- MUST_USE_RESULT static MaybeHandle<JSRegExp> NewJSRegExp( |
- Handle<String> pattern, Handle<String> flags); |
- |
static Handle<String> GetStackTraceLine(Handle<Object> recv, |
Handle<JSFunction> fun, |
Handle<Object> pos, |