ofproto-dpif: Eliminate unneeded call to ofproto_dpif_cast().
authorBen Pfaff <blp@nicira.com>
Wed, 9 Jan 2013 18:31:20 +0000 (10:31 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 9 Jan 2013 22:15:21 +0000 (14:15 -0800)
commit6472ba1117d19919c9cd1726e4f8cef0669059d6
tree19926a898f2425c2a272bc3ab8ef4f70789a75c4
parent3b6f2889400fd340b851c2d36356457559ae6e81
ofproto-dpif: Eliminate unneeded call to ofproto_dpif_cast().

I noticed this was unneeded while looking over commit 7c33b18807804f
(ofproto-dpif: More efficient implementation of get_odp_port().).

Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c