From 8e4b978f8eef0a05ec30043d0860b16ba56903dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Mon, 26 Aug 2024 23:15:04 +0200 Subject: [PATCH] lint --- src/node_contextify.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node_contextify.cc b/src/node_contextify.cc index ccc3ebcaedd182..fd944e8476ebc0 100644 --- a/src/node_contextify.cc +++ b/src/node_contextify.cc @@ -55,7 +55,6 @@ using v8::Int32; using v8::Integer; using v8::Intercepted; using v8::Isolate; -using v8::Just; using v8::JustVoid; using v8::KeyCollectionMode; using v8::Local;