mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
slirp: Clean up timeout handling around slirp_select_fill/poll
Again lot of dead code. Remove it. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
d6cf84e1de
commit
f1d99bbdcd
3 changed files with 4 additions and 39 deletions
|
@ -17,7 +17,6 @@ struct ex_list {
|
|||
};
|
||||
|
||||
extern struct ex_list *exec_list;
|
||||
extern u_int time_fasttimo, last_slowtimo;
|
||||
|
||||
#ifndef HAVE_STRDUP
|
||||
char *strdup _P((const char *));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue