]> xenbits.xensource.com Git - libvirt.git/commit
Fix unused parameters / functions in virsh on Win32
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 21 Jun 2012 13:46:03 +0000 (14:46 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 25 Jun 2012 09:41:10 +0000 (10:41 +0100)
commit3b9ca940256c8a8583f058a0604159958e172241
treeab4e512322cb6902f57993751e2fa2796733de6f
parentdb835b7b3ad5f6ace5a84bc8f5b1a713548d596a
Fix unused parameters / functions in virsh on Win32

The vshPrintRaw function is not used on Win32, and neither
is the 'msg' parameter of vshAskReedit. Change the nesting
of #ifdef WIN32 conditionals to address this

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
tools/virsh.c