From 5ab87dba738d31d4d84eea95346d3ba16b96c7c2 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Wed, 22 Oct 2014 04:53:26 +0200 Subject: src: mark empty destructors as default Mark empty destructors as having a default no-op implementation. Remove a few unused constructors and destructors while we are here. --- src/node_crypto_clienthello.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/node_crypto_clienthello.h') diff --git a/src/node_crypto_clienthello.h b/src/node_crypto_clienthello.h index 33048c2a60..bbd46e5a31 100644 --- a/src/node_crypto_clienthello.h +++ b/src/node_crypto_clienthello.h @@ -47,9 +47,6 @@ class ClientHelloParser { class ClientHello { public: - ClientHello() { - } - inline uint8_t session_size() const { return session_size_; } inline const uint8_t* session_id() const { return session_id_; } inline bool has_ticket() const { return has_ticket_; } -- cgit v1.2.1