Skip to content

Commit

Permalink
quic: fix lint error in node_quic_crypto
Browse files Browse the repository at this point in the history
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 <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
danbev authored and jasnell committed Jun 22, 2020
1 parent 9f2e00f commit adf14e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/quic/node_quic_crypto.cc
Expand Up @@ -31,7 +31,6 @@ namespace node {

using crypto::EntropySource;
using v8::Local;
using v8::String;
using v8::Value;

namespace quic {
Expand Down

0 comments on commit adf14e2

Please sign in to comment.