| Index: src/debug.cc
|
| diff --git a/src/debug.cc b/src/debug.cc
|
| index f69b6b79f71a5ffbbb81803c4a9d0ba50116ba0e..3fc75457181f89fcc3dcefac596a68e51c6c0190 100644
|
| --- a/src/debug.cc
|
| +++ b/src/debug.cc
|
| @@ -41,12 +41,6 @@
|
|
|
| namespace v8 { namespace internal {
|
|
|
| -DEFINE_bool(remote_debugging, false, "enable remote debugging");
|
| -DEFINE_bool(trace_debug_json, false, "trace debugging JSON request/response");
|
| -DECLARE_bool(allow_natives_syntax);
|
| -DECLARE_bool(log_debugger);
|
| -
|
| -
|
| static void PrintLn(v8::Local<v8::Value> value) {
|
| v8::Local<v8::String> s = value->ToString();
|
| char* data = NewArray<char>(s->Length() + 1);
|
|
|