| Index: test/inspector/inspector-test.cc
|
| diff --git a/test/inspector/inspector-test.cc b/test/inspector/inspector-test.cc
|
| index 1dec10b654060639f039114d63e61ad64e89debc..f5727255cde78cd3f32742eb17c9d02c2b0ef655 100644
|
| --- a/test/inspector/inspector-test.cc
|
| +++ b/test/inspector/inspector-test.cc
|
| @@ -127,7 +127,6 @@ class SetTimeoutExtension : public v8::Extension {
|
|
|
| private:
|
| static void SetTimeout(const v8::FunctionCallbackInfo<v8::Value>& args) {
|
| - v8::Isolate* isolate = args.GetIsolate();
|
| if (args.Length() != 2 || !args[1]->IsNumber() ||
|
| (!args[0]->IsFunction() && !args[0]->IsString()) ||
|
| args[1].As<v8::Number>()->Value() != 0.0) {
|
|
|