connmgr: Remove unused variable.
authorEthan Jackson <ethan@nicira.com>
Wed, 27 Apr 2011 00:28:44 +0000 (17:28 -0700)
committerEthan Jackson <ethan@nicira.com>
Wed, 27 Apr 2011 00:28:44 +0000 (17:28 -0700)
commit3112cfa4084eb5d4bacbced1295c0e14c5f27743
treef05d3abb34fbec0d0468bd290fec48682db6e0e8
parent76ea8efd442a403f8e874cd4103dafe2479b6a57
connmgr: Remove unused variable.

Fixes the following warning:

ofproto/connmgr.c:396:11: error: variable 'ss_exists' set but not
used [-Werror=unused-but-set-variable]
ofproto/connmgr.c