Skip to content

Commit bcff038

Browse files
libev handler is now copyable
1 parent 895189e commit bcff038

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

include/dnscpp/libev.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,6 @@ class LibEv : public Loop
8383
*/
8484
LibEv(struct ev_loop *loop, bool persist = true) : _loop(loop), _persist(persist) {}
8585

86-
/**
87-
* No copying
88-
* @param that
89-
*/
90-
LibEv(const LibEv &that) = delete;
91-
9286
/**
9387
* Destructor
9488
*/

0 commit comments

Comments
 (0)