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/udp_wrap.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/udp_wrap.h') diff --git a/src/udp_wrap.h b/src/udp_wrap.h index 5d9cbef746..fea298031a 100644 --- a/src/udp_wrap.h +++ b/src/udp_wrap.h @@ -58,7 +58,6 @@ class UDPWrap: public HandleWrap { private: UDPWrap(Environment* env, v8::Handle object); - virtual ~UDPWrap() override; static void DoBind(const v8::FunctionCallbackInfo& args, int family); -- cgit v1.2.3