* dll_init.cc (dll_list::append): Eliminate increment of unused tot variable.
* dll_init.h (dll_list::tot): Delete. (dll_list::populate_all_deps): Delete undefined function. * fhandler.cc (fhandler_base_overlapped::wait_overlapped): Move EPIPE handling under error condition.
This commit is contained in:
@ -199,7 +199,6 @@ dll_list::append (dll* d)
|
||||
d->next = NULL;
|
||||
d->prev = end;
|
||||
end = d;
|
||||
tot++;
|
||||
}
|
||||
|
||||
void dll_list::populate_deps (dll* d)
|
||||
|
Reference in New Issue
Block a user