Now that we break the loop on fstat(2) failure we no longer need to satisfy
gcc's imperfections. MFC after: 1 week
This commit is contained in:
parent
9904d3cd82
commit
6ea795f605
@ -183,8 +183,6 @@ descriptors_assert(const struct hast_resource *res, int pjdlogmode)
|
||||
isopen = false;
|
||||
mode = 0;
|
||||
} else {
|
||||
isopen = true; /* silence gcc */
|
||||
mode = 0; /* silence gcc */
|
||||
(void)snprintf(msg, sizeof(msg),
|
||||
"Unable to fstat descriptor %d: %s", fd,
|
||||
strerror(errno));
|
||||
|
Loading…
x
Reference in New Issue
Block a user