summaryrefslogtreecommitdiff
path: root/ev++.h
diff options
context:
space:
mode:
Diffstat (limited to 'ev++.h')
-rw-r--r--ev++.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ev++.h b/ev++.h
index 19d9cd2..6c844fe 100644
--- a/ev++.h
+++ b/ev++.h
@@ -415,6 +415,7 @@ namespace ev {
#if EV_MULTIPLICITY
EV_PX;
+ // loop set
void set (EV_P) throw ()
{
this->EV_A = EV_A;
@@ -783,8 +784,6 @@ namespace ev {
#if EV_ASYNC_ENABLE
EV_BEGIN_WATCHER (async, async)
- void set () throw () { }
-
void send () throw ()
{
ev_async_send (EV_A_ static_cast<ev_async *>(this));