From 641e70fd67398f8b503e28ee7bde8da03f1ba2e6 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Wed, 17 May 2017 15:10:09 +0200 Subject: [PATCH] src: remove unnecessary forward declaration 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. --- src/node_crypto.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/node_crypto.h b/src/node_crypto.h index bd5ed517c5e500..2d78a38974ed22 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 {