Skip to content

Commit adf14e2

Browse files
danbevjasnell
authored andcommitted
quic: fix lint error in node_quic_crypto
Currently, the following lint error is generated: Running C++ linter... File "src/quic/node_quic_crypto.cc" does not use "String" make[1]: *** [Makefile:1336: tools/.cpplintstamp] Error 1 This commit removes the unused using declaration. PR-URL: #34019 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 9f2e00f commit adf14e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/quic/node_quic_crypto.cc

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ namespace node {
3131

3232
using crypto::EntropySource;
3333
using v8::Local;
34-
using v8::String;
3534
using v8::Value;
3635

3736
namespace quic {

0 commit comments

Comments
 (0)