From d9da0a9912aeb5a720c863bcd234e3934d895b9c Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Tue, 25 Jun 2019 15:25:44 +0200 Subject: [PATCH] tools: remove unused using declarations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/28422 Reviewed-By: Anna Henningsen Reviewed-By: Michaƫl Zasso Reviewed-By: Yongsheng Zhang Reviewed-By: Colin Ihrig Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca --- tools/snapshot/snapshot_builder.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/snapshot/snapshot_builder.cc b/tools/snapshot/snapshot_builder.cc index 0fd2c49d2845a8..8cf4cad8d0bdf0 100644 --- a/tools/snapshot/snapshot_builder.cc +++ b/tools/snapshot/snapshot_builder.cc @@ -10,8 +10,6 @@ namespace node { using v8::Context; using v8::HandleScope; using v8::Isolate; -using v8::Local; -using v8::Locker; using v8::SnapshotCreator; using v8::StartupData;