From 098221e8860d22b590671eddd6af6c143fca49b4 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 15 Jan 2010 10:33:14 -0500 Subject: tevent: Remove erroneous comments about TEVENT_FD_AUTOCLOSE There is no such flag. --- lib/tevent/tevent.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/tevent/tevent.h') diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h index edddcdf1d5..b0a9fd8d62 100644 --- a/lib/tevent/tevent.h +++ b/lib/tevent/tevent.h @@ -124,9 +124,6 @@ void tevent_set_default_backend(const char *backend); /** * @brief Add a file descriptor based event. * - * If flags contains TEVENT_FD_AUTOCLOSE then the fd will be closed when - * the returned fd_event context is freed. - * * @param[in] ev The event context to work on. * * @param[in] mem_ctx The talloc memory context to use. -- cgit