ofproto-dpif-xlate: Remove unused fitnessp pararameter from xlate_receive
authorSimon Horman <horms@verge.net.au>
Wed, 29 Jan 2014 06:13:19 +0000 (15:13 +0900)
committerBen Pfaff <blp@nicira.com>
Mon, 3 Feb 2014 23:32:38 +0000 (15:32 -0800)
commit836fbda7fd9901d77e3d702ba66839dfa5f656de
tree761014bb330672dc23bd2589a590444fbf7dd940
parent29dd5cb732fe935246475811cdc9f2a3ac785435
ofproto-dpif-xlate: Remove unused fitnessp pararameter from xlate_receive

Some functions pass a non-NULL value as this parameter
but none of those function uses the value xlate_receive()
returns there. So simply remove the parameter all together.

Also remove the now unused key_fitness field of struct flow_miss.

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif-upcall.c
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto-dpif-xlate.h
ofproto/ofproto-dpif.c