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 <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
danbev authored and jasnell committed May 23, 2017
1 parent 60132e8 commit f812817
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 f812817

Please sign in to comment.