vswitch: Eliminate dead code.
authorBen Pfaff <blp@nicira.com>
Tue, 5 May 2009 17:45:16 +0000 (10:45 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 5 May 2009 17:45:16 +0000 (10:45 -0700)
commit04e5a45444e676d33fc467a7c31ca31828d8d367
treefa0891e0c788bd6357b32e519da657d06d1074f1
parent26066d656b15d2713172c810be6ff2aeb7a08034
vswitch: Eliminate dead code.

The bridge had a flow_idle_time member that was set to a constant value
and never modified.  This commit removes it.

(secchan is now responsible for configuring the flow idle time, so it is
not desirable to revive this member.)
vswitchd/bridge.c