ofproto: Simplify send_flow_removed().
authorBen Pfaff <blp@nicira.com>
Mon, 18 Oct 2010 23:15:50 +0000 (16:15 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 5 Nov 2010 16:25:38 +0000 (09:25 -0700)
commit7a0efeb5ad32fc685640b3815da4e20a7f11e3c5
tree542c88dd6189a5513e6ad8497b9ec7b16a71e6c7
parent0bd0c6606aa8f8ecc3822faef9c34b4116791ac9
ofproto: Simplify send_flow_removed().

I have no evidence that the optimization in this function is valuable.
An upcoming commit will introduce a new form of flow expiration message
that is sent to controllers that ask for it, while the standard OpenFlow
1.0 message is sent to other controllers.  Since retaining this
optimization with that logic would complicate the function, this commit
drops it.
ofproto/ofproto.c