Do not return a value from a void function.
authorSimo Sorce <idra@samba.org>
Thu, 26 Dec 2013 04:20:58 +0000 (23:20 -0500)
committerJeremy Allison <jra@samba.org>
Thu, 26 Dec 2013 16:49:00 +0000 (08:49 -0800)
Reported by herwin <samba@herwinw.nl>
Resolves: https://bugzilla.samba.org/show_bug.cgi?id=10346

Signed-off-by: Simo Sorce <idra@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/tevent/tevent_epoll.c

index b0d15c8b01ba81ab9597246b3c857fed7a379e66..01fcde6816df3fe28cd1b5e14a1332b266d8701a 100644 (file)
@@ -125,7 +125,6 @@ _PRIVATE_ void tevent_epoll_set_panic_fallback(struct tevent_context *ev,
                struct epoll_event_context);
 
        epoll_ev->panic_fallback = panic_fallback;
-       return true;
 }
 
 /*