Skip to content

Commit f812817

Browse files
danbevjasnell
authored andcommitted
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: #13081 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 60132e8 commit f812817

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/node_crypto.h

-3
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ extern X509_STORE* root_cert_store;
8888

8989
extern void UseExtraCaCerts(const std::string& file);
9090

91-
// Forward declaration
92-
class Connection;
93-
9491
class SecureContext : public BaseObject {
9592
public:
9693
~SecureContext() override {

0 commit comments

Comments
 (0)