From 1591ad48cd49c9a06657a20560129c837f63beee Mon Sep 17 00:00:00 2001 From: Andrey Pechkurov Date: Thu, 30 Jul 2020 20:30:43 +0300 Subject: [PATCH] src: fix unused namespace member in node_util --- src/node_util.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node_util.cc b/src/node_util.cc index 3b571180ca9d02..3eefa73739aa3c 100644 --- a/src/node_util.cc +++ b/src/node_util.cc @@ -21,7 +21,6 @@ using v8::Integer; using v8::Isolate; using v8::KeyCollectionMode; using v8::Local; -using v8::MaybeLocal; using v8::Object; using v8::ONLY_CONFIGURABLE; using v8::ONLY_ENUMERABLE;