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

@ -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 *));