diff options
Diffstat (limited to 'slirp/if.c')
-rw-r--r-- | slirp/if.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/slirp/if.c b/slirp/if.c index 096cf6fd07..533295dd07 100644 --- a/slirp/if.c +++ b/slirp/if.c @@ -177,11 +177,6 @@ void if_start(Slirp *slirp) } while (ifm_next) { - /* check if we can really output */ - if (!slirp_can_output(slirp->opaque)) { - break; - } - ifm = ifm_next; from_batchq = next_from_batchq; |