mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-11 03:31:36 +00:00
MINOR: fd: Remove debugging code.
Remove a debugging test, and call to abort, it's no longer needed.
This commit is contained in:
parent
1e56c70cc9
commit
92fce85d03
@ -148,8 +148,6 @@ static inline void done_update_polling(int fd)
|
||||
while ((update_mask & all_threads_mask)== 0) {
|
||||
/* If we were the last one that had to update that entry, remove it from the list */
|
||||
fd_rm_from_fd_list(&update_list, fd, offsetof(struct fdtab, update));
|
||||
if (update_list.first == fd)
|
||||
abort();
|
||||
update_mask = (volatile unsigned long)fdtab[fd].update_mask;
|
||||
if ((update_mask & all_threads_mask) != 0) {
|
||||
/* Maybe it's been re-updated in the meanwhile, and we
|
||||
|
Loading…
Reference in New Issue
Block a user