summaryrefslogtreecommitdiff
path: root/src/node_crypto.h
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2017-05-17 15:10:09 +0200
committerDaniel Bevenius <daniel.bevenius@gmail.com>2017-05-22 07:41:30 +0200
commitd54ec726cc9d0d293e61dc0dba61a09429e4cbaf (patch)
tree7458e85d89e6de6d466987b61bad7d1dbf6024ec /src/node_crypto.h
parent57f38c6732db71a6145cc5bbfec884f47bb17e16 (diff)
downloadandroid-node-v8-d54ec726cc9d0d293e61dc0dba61a09429e4cbaf.tar.gz
android-node-v8-d54ec726cc9d0d293e61dc0dba61a09429e4cbaf.tar.bz2
android-node-v8-d54ec726cc9d0d293e61dc0dba61a09429e4cbaf.zip
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>
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 {