]> git.proxmox.com Git - qemu.git/blobdiff - slirp/misc.c
slirp: Clean up timeout handling around slirp_select_fill/poll
[qemu.git] / slirp / misc.c
index cffb3a0dac9e707526c2a7a678cc80eadfd83c2e..ee14db5e38e6d23063260d6d2f1211a0a28793e5 100644 (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;