summaryrefslogtreecommitdiff
path: root/ev++.h
diff options
context:
space:
mode:
Diffstat (limited to 'ev++.h')
-rw-r--r--ev++.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ev++.h b/ev++.h
index 20fcd7f..7207694 100644
--- a/ev++.h
+++ b/ev++.h
@@ -219,11 +219,7 @@ namespace ev {
void post_fork () throw ()
{
-#if EV_MULTIPLICITY
ev_loop_fork (EV_AX);
-#else
- ev_default_fork ();
-#endif
}
unsigned int backend () const throw ()
@@ -396,11 +392,6 @@ namespace ev {
throw bad_loop ();
}
- ~default_loop () throw ()
- {
- ev_default_destroy ();
- }
-
private:
default_loop (const default_loop &);
default_loop &operator = (const default_loop &);