secchan: Remove unused parameter from ofproto_add_flow().
authorBen Pfaff <blp@nicira.com>
Mon, 27 Apr 2009 23:56:44 +0000 (16:56 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 1 May 2009 17:55:28 +0000 (10:55 -0700)
commit27fbef21af982852659d33e25807bf092d73b970
tree75796d52df95390ddae82f5fad143d74f13d6297
parent38cc8bbe1fbec2ececd2b559721dc628a1b7623d
secchan: Remove unused parameter from ofproto_add_flow().

The 'packet != NULL' case was effectively dead, since every caller passed
a constant NULL here, so delete the parameter and the code to handle the
non-NULL case.
secchan/fail-open.c
secchan/in-band.c
secchan/ofproto.c
secchan/ofproto.h
vswitchd/bridge.c