summaryrefslogtreecommitdiff
path: root/src/node_crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_crypto.h')
-rw-r--r--src/node_crypto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/node_crypto.h b/src/node_crypto.h
index bd5ed517c5..2d78a38974 100644
--- a/src/node_crypto.h
+++ b/src/node_crypto.h
@@ -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 {