← Back to team overview

maria-developers team mailing list archive

[Branch ~maria-captains/maria/5.1] Rev 2847: Remove unnecessary redefinition of TAILQ_EMPTY

 

Merge authors:
  Bo Thorsen (bo.thorsen)
------------------------------------------------------------
revno: 2847 [merge]
committer: bo.thorsen <bo@xxxxxxxxxxxx>
branch nick: trunk
timestamp: Fri 2010-04-09 12:45:19 +0200
message:
  Remove unnecessary redefinition of TAILQ_EMPTY
modified:
  extra/libevent/event-internal.h


--
lp:maria
https://code.launchpad.net/~maria-captains/maria/5.1

Your team Maria developers is subscribed to branch lp:maria.
To unsubscribe from this branch go to https://code.launchpad.net/~maria-captains/maria/5.1/+edit-subscription
=== modified file 'extra/libevent/event-internal.h'
--- extra/libevent/event-internal.h	2009-10-31 05:29:16 +0000
+++ extra/libevent/event-internal.h	2010-04-09 10:39:27 +0000
@@ -74,7 +74,6 @@
    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)