From 30f2f329ee14bfa0725a4fbe4cec33d1a62bcf2e Mon Sep 17 00:00:00 2001 From: Andreas Haas Date: Thu, 31 Oct 2024 15:39:17 +0100 Subject: [PATCH] Delete stale 'using' statement --- 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;