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.

PR-URL: https://github.com/nodejs/node/pull/13081
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
pull/12925/head
Daniel Bevenius 2017-05-17 15:10:09 +02:00
parent 57f38c6732
commit d54ec726cc
1 changed files with 0 additions and 3 deletions

View File

@ -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 {