mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
Remove unnecessary redefinition of TAILQ_EMPTY
This commit is contained in:
parent
f48e47ea50
commit
006afc4908
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue