summaryrefslogtreecommitdiff
path: root/ev++.h
diff options
context:
space:
mode:
authorroot <root>2010-10-24 17:58:41 +0000
committerroot <root>2010-10-24 17:58:41 +0000
commitb7d68bce1fe086bea6ac5e2a59b73277a2839872 (patch)
tree9d951dba2a3dbdebd99fb310d18e6132d5514c6b /ev++.h
parent89d2cb2898efcf393881b17ef3b4b2f1d76db84d (diff)
*** empty log message ***
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 &);