aboutsummaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2009-06-24 14:42:30 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-06-29 08:52:49 -0500
commit7298f3a3fcadca434a5f1281d0ef0754ce39d4cc (patch)
tree8990e24ec931f8505726abdb5fd23422b4b38ee5 /misc.c
parentfc398e1320220052b654325c58b648d9b07ee44c (diff)
downloadslirp-7298f3a3fcadca434a5f1281d0ef0754ce39d4cc.zip
slirp-7298f3a3fcadca434a5f1281d0ef0754ce39d4cc.tar.gz
slirp-7298f3a3fcadca434a5f1281d0ef0754ce39d4cc.tar.bz2
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>
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/misc.c b/misc.c
index a7722ef..9830cee 100644
--- a/misc.c
+++ b/misc.c
@@ -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;