Skip to content
Snippets Groups Projects
Verified Commit 4614a1f2 authored by Benny Baumann's avatar Benny Baumann
Browse files

fix: Remove redundant declaration

parent 200b113b
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,6 @@ public:
async_server_socket(auto_fd &&fd);
~async_server_socket();
void cb_ev(::ev::io &w, int events);
accept_handler_type get_accept_handler() const;
void set_accept_handler(const accept_handler_type &value);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment