From aca8556998ad58619d5d6952c7a724c85ae676c6 Mon Sep 17 00:00:00 2001 From: Ethan Jackson Date: Thu, 31 Mar 2011 16:38:56 -0700 Subject: [PATCH] ovs-ofctl: Remove dead assignment. --- utilities/ovs-ofctl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c index 81ce1f7e..201a9633 100644 --- a/utilities/ovs-ofctl.c +++ b/utilities/ovs-ofctl.c @@ -1151,8 +1151,6 @@ read_flows_from_switch(struct vconn *vconn, enum nx_flow_format flow_format, fte_insert(cls, &fs.rule, version, index); } - - osr = ofpbuf_at(reply, 0, sizeof *osr); } else { VLOG_DBG("received reply with xid %08"PRIx32" " "!= expected %08"PRIx32, recv_xid, send_xid); -- 2.30.2