vswitchd: Remove non-used function to prevent compiler warnings
authorJustin Pettit <jpettit@nicira.com>
Wed, 8 Jul 2009 21:51:47 +0000 (14:51 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 29 Jul 2009 23:37:05 +0000 (16:37 -0700)
commit5a4baac6c28485838ca4059f6fda33b23e62f267
tree909549149713266ce26a034def9da0fecc2727e6
parentba8de5cbc7a5a1edadf371107c55f946e25421d3
vswitchd: Remove non-used function to prevent compiler warnings

The function send_ofmp_error_msg() is not currently used, so it was
producing compiler warnings that it was defined.  Remove the function
until it's needed.
vswitchd/mgmt.c