diff options
Diffstat (limited to 'deps/v8/include/v8-debug.h')
-rw-r--r--[-rwxr-xr-x] | deps/v8/include/v8-debug.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/deps/v8/include/v8-debug.h b/deps/v8/include/v8-debug.h index 9e85dc462c..504cbfed59 100755..100644 --- a/deps/v8/include/v8-debug.h +++ b/deps/v8/include/v8-debug.h @@ -340,11 +340,6 @@ class EXPORT Debug { bool wait_for_connection = false); /** - * Disable the V8 builtin debug agent. The TCP/IP connection will be closed. - */ - static void DisableAgent(); - - /** * Makes V8 process all pending debug messages. * * From V8 point of view all debug messages come asynchronously (e.g. from |