ofproto: Remove unused variable.
authorEthan Jackson <ethan@nicira.com>
Wed, 27 Apr 2011 00:32:41 +0000 (17:32 -0700)
committerEthan Jackson <ethan@nicira.com>
Wed, 27 Apr 2011 00:32:41 +0000 (17:32 -0700)
commitd4f15cb982ff772110509c4292697bbe8a68d0f4
tree2295cd24a5d6f84c7262e53542482f96e7e49b89
parent3112cfa4084eb5d4bacbced1295c0e14c5f27743
ofproto: Remove unused variable.

Fixes the following warning:

ofproto/ofproto.c:4176:30: error: variable 'pin' set but not used
[-Werror=unused-but-set-variable]
ofproto/ofproto.c