Skip to content

Commit 1955edc

Browse files
author
Aidan Lee
committed
remove un-needed default dtor
1 parent f1789eb commit 1955edc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/hx/libs/asys/libuv/utils/CallbackWorkRequest.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,5 @@ namespace hx::asys::libuv
1818
public:
1919
CallbackWorkRequest(Dynamic _cbSuccess, Dynamic _cbFailure)
2020
: callbacks(std::make_unique<RootedCallbacks>(_cbSuccess.GetPtr(), _cbFailure.GetPtr())) {}
21-
22-
virtual ~CallbackWorkRequest() = default;
2321
};
2422
}

0 commit comments

Comments
 (0)