From 092f1b974433a45c2a24148ca098821ed8e406d8 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 9 Dec 2011 13:38:17 +0100 Subject: tevent: tevent_schedule_immediate never fails Autobuild-User: Volker Lendecke Autobuild-Date: Fri Dec 9 16:47:23 CET 2011 on sn-devel-104 --- lib/tevent/tevent.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/tevent/tevent.c') diff --git a/lib/tevent/tevent.c b/lib/tevent/tevent.c index a87865b41a..5247b5ec1c 100644 --- a/lib/tevent/tevent.c +++ b/lib/tevent/tevent.c @@ -402,7 +402,6 @@ struct tevent_immediate *_tevent_create_immediate(TALLOC_CTX *mem_ctx, /* schedule an immediate event - return NULL on failure */ void _tevent_schedule_immediate(struct tevent_immediate *im, struct tevent_context *ev, -- cgit