Skip to content

Commit

Permalink
src: remove unnecessary forward declaration
Browse files Browse the repository at this point in the history
I can't see that the forward declaration of class Connection is needed
and wanted to raise this in case it was overlooked after a previous
change.

PR-URL: #13081
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
  • Loading branch information
danbev committed May 22, 2017
1 parent 57f38c6 commit d54ec72
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/node_crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ extern X509_STORE* root_cert_store;

extern void UseExtraCaCerts(const std::string& file);

// Forward declaration
class Connection;

class SecureContext : public BaseObject {
public:
~SecureContext() override {
Expand Down

0 comments on commit d54ec72

Please sign in to comment.