datapath: Remove unnecessary flow variable.
authorPravin B Shelar <pshelar@nicira.com>
Tue, 29 Apr 2014 23:27:50 +0000 (16:27 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Wed, 30 Apr 2014 19:42:45 +0000 (12:42 -0700)
commitf0a6bdc9f56a95157ca6ee3c1f763aed0e0dae08
tree20fa50e065f076aea7635c5d3d9c202dd5a5894e
parent6dc5374435cc25bc4051b27bd52635e609a8872a
datapath: Remove unnecessary flow variable.

Patch fixes following warning:
datapath/linux/flow_table.c:580:40: warning: symbol 'flow' shadows an earlier one
datapath/linux/flow_table.c:558:24: originally declared here

Reported-by: Ben Pfaff <blp@nicira.com>
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/flow_table.c