summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-02-18 09:21:53 +0100
committerMichael Adam <obnox@samba.org>2013-02-19 23:47:50 +0100
commit36f4547401a67acf19d2fc1037beb6d89ae86b84 (patch)
tree59f1951bc0125b47fac75b06f24bc391829dd4b2 /source3/include
parent5a2aaafee7f040baaec24467f09a4a8b7e95c1d7 (diff)
downloadsamba-36f4547401a67acf19d2fc1037beb6d89ae86b84.tar.gz
samba-36f4547401a67acf19d2fc1037beb6d89ae86b84.tar.bz2
samba-36f4547401a67acf19d2fc1037beb6d89ae86b84.zip
s3:includes: remove event_context_init() define for s3_tevent_context_init()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/event.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/event.h b/source3/include/event.h
index fad5de7848..86af6fe478 100644
--- a/source3/include/event.h
+++ b/source3/include/event.h
@@ -21,9 +21,6 @@
#define TEVENT_COMPAT_DEFINES
#include <tevent.h>
-#undef event_context_init
-#define event_context_init(mem_ctx) s3_tevent_context_init(mem_ctx)
-
/* The following definitions come from lib/events.c */
struct pollfd;
struct timeval *get_timed_events_timeout(struct event_context *event_ctx,