ofproto: Remove dead variable.
authorEthan Jackson <ethan@nicira.com>
Thu, 17 Nov 2011 23:14:08 +0000 (15:14 -0800)
committerEthan Jackson <ethan@nicira.com>
Thu, 17 Nov 2011 23:32:57 +0000 (15:32 -0800)
commit1ab91d1e9ea4e4f22386390b7c75a4d98c397602
tree131a497cc865b35d053f74cd45a736f4536840ac
parentedb0540bbcc624675b8745f52e085ef15d0fa023
ofproto: Remove dead variable.

Fixes the following gcc warning:
    "error: variable ‘flow_vid’ set but not used
    [-Werror=unused-but-set-variable]"
ofproto/ofproto-dpif.c