From 3f0a46dfb3484baeb8c77618e020529e4ad85c12 Mon Sep 17 00:00:00 2001 From: gahaas Date: Thu, 31 Oct 2024 16:09:26 +0100 Subject: [PATCH] Delete stale 'using' statement (#203) --- src/crypto/crypto_timing.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/crypto/crypto_timing.cc b/src/crypto/crypto_timing.cc index 5fc7d437e88b15..6272215fc1be7f 100644 --- a/src/crypto/crypto_timing.cc +++ b/src/crypto/crypto_timing.cc @@ -11,7 +11,6 @@ namespace node { using v8::FastApiCallbackOptions; -using v8::FastApiTypedArray; using v8::FunctionCallbackInfo; using v8::HandleScope; using v8::Local;