From: Olivier Houchard Date: Fri, 8 Mar 2019 12:50:37 +0000 (+0100) Subject: MINOR: fd: Remove debugging code. X-Git-Tag: v2.0-dev2~104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=92fce85d032cd0a727e946c8d9ef393335def77a;p=thirdparty%2Fhaproxy.git MINOR: fd: Remove debugging code. Remove a debugging test, and call to abort, it's no longer needed. --- diff --git a/include/proto/fd.h b/include/proto/fd.h index d227ae0304..43ac005607 100644 --- a/include/proto/fd.h +++ b/include/proto/fd.h @@ -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