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:
Jan Kiszka 2009-06-24 14:42:30 +02:00 committed by Anthony Liguori
parent d6cf84e1de
commit f1d99bbdcd
3 changed files with 4 additions and 39 deletions

View file

@ -14,8 +14,6 @@
int slirp_debug = DBG_CALL|DBG_MISC|DBG_ERROR;
#endif
u_int curtime, time_fasttimo, last_slowtimo;
struct quehead {
struct quehead *qh_link;
struct quehead *qh_rlink;