summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbo.thorsen <bo@sonofthor.dk>2010-04-09 12:45:19 +0200
committerbo.thorsen <bo@sonofthor.dk>2010-04-09 12:45:19 +0200
commitecf23c153314eb5a5c3b101c4300cd53dce2aa6b (patch)
tree369bbd86eb31b46e647a4c1a88ff6a08c941d51a
parentf48e47ea5084668dfb0e6b3bbe231e279ccf169d (diff)
parent006afc49080cd1df13316bce7b7643cd2d63735c (diff)
downloadmariadb-git-ecf23c153314eb5a5c3b101c4300cd53dce2aa6b.tar.gz
Remove unnecessary redefinition of TAILQ_EMPTY
-rw-r--r--extra/libevent/event-internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/libevent/event-internal.h b/extra/libevent/event-internal.h
index 9dd0c4d7632..c24c784d866 100644
--- a/extra/libevent/event-internal.h
+++ b/extra/libevent/event-internal.h
@@ -74,7 +74,6 @@ struct event_base {
Copyright (c) 1991, 1993, The Regents of the University of California.
All rights reserved.
*/
-#define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
#define TAILQ_FIRST(head) ((head)->tqh_first)
#define TAILQ_END(head) NULL
#define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)