Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quic: fix lint error in node_quic_crypto #34019

Closed
wants to merge 1 commit into from

Commits on Jun 22, 2020

  1. 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.
    danbev committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    89e2fe9 View commit details
    Browse the repository at this point in the history