aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpc/virnetclient.c')
-rw-r--r--src/rpc/virnetclient.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rpc/virnetclient.c b/src/rpc/virnetclient.c
index dc0ce5107..39bdf1445 100644
--- a/src/rpc/virnetclient.c
+++ b/src/rpc/virnetclient.c
@@ -580,9 +580,6 @@ static int virNetClientCallDispatchStream(virNetClientPtr client)
if (thecall && thecall->expectReply) {
VIR_DEBUG("Got sync data packet completion");
thecall->mode = VIR_NET_CLIENT_MODE_COMPLETE;
- } else {
- // XXX
- //remoteStreamEventTimerUpdate(privst);
}
return 0;
}