diff options
Diffstat (limited to 'dev-libs/libev/files/libev-3.90-ev++.patch')
-rw-r--r-- | dev-libs/libev/files/libev-3.90-ev++.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-libs/libev/files/libev-3.90-ev++.patch b/dev-libs/libev/files/libev-3.90-ev++.patch deleted file mode 100644 index 815b63eb5f89..000000000000 --- a/dev-libs/libev/files/libev-3.90-ev++.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- /schmorpforge/libev/ev++.h 2010/03/16 00:43:22 1.49 -+++ /schmorpforge/libev/ev++.h 2010/06/24 19:22:26 1.50 -@@ -480,7 +480,7 @@ - template<class K, void (K::*method)()> - static void method_noargs_thunk (EV_P_ ev_watcher *w, int revents) - { -- static_cast<K *>(w->data)->*method -+ (static_cast<K *>(w->data)->*method) - (); - } - |