Skip to content

Commit

Permalink
Removing the empty destructor in favour of an explicit default
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Jul 20, 2016
1 parent 0a1ff38 commit 85af1a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/connection_wrap.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ class ConnectionWrap : public StreamWrap {
v8::Local<v8::Object> object,
ProviderType provider,
AsyncWrap* parent);
~ConnectionWrap() {
}
~ConnectionWrap() = default;

UVType handle_;
};
Expand Down

0 comments on commit 85af1a6

Please sign in to comment.