ovs-dpctl: Remove UNUSED attributed in do_show
authorJustin Pettit <jpettit@nicira.com>
Tue, 4 Aug 2009 22:15:48 +0000 (15:15 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 7 Aug 2009 01:04:36 +0000 (18:04 -0700)
commitc4fca56af2c5cfc8ecfb33648bf4722d3bec5388
treef8b6417fb3a489c1f99b08e873af14d941cb7735
parentb566902b599073806d69b722cabb3d242f50d1fa
ovs-dpctl: Remove UNUSED attributed in do_show

The do_show() function declared the argc argument as UNUSED, but it
always is.
utilities/ovs-dpctl.c