From: Paul Durrant Date: Fri, 4 Dec 2015 14:28:30 +0000 (+0000) Subject: Fix SDV build X-Git-Tag: 8.1.0-rc9^0 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ae691f0bf1a7a2fce486a78d4e902dc57ed8eeb5;p=pvdrivers%2Fwin%2Fxenvif.git Fix SDV build Signed-off-by: Paul Durrant --- diff --git a/src/xenvif/transmitter.c b/src/xenvif/transmitter.c index 75bf5fe..f01fc40 100644 --- a/src/xenvif/transmitter.c +++ b/src/xenvif/transmitter.c @@ -2536,11 +2536,6 @@ __TransmitterRingSend( &Transmitter->EvtchnInterface, Ring->Channel); } else { - PXENVIF_FRONTEND Frontend; - - ASSERT(Ring->Channel == NULL); - Frontend = Transmitter->Frontend; - ReceiverSend(FrontendGetReceiver(Frontend), Ring->Index); }