qemu-io: Remove unused args_command
commita23818f4ff3d7981f49453b739f589e4205930b5
authorKevin Wolf <kwolf@redhat.com>
Wed, 5 Jun 2013 12:19:26 +0000 (5 14:19 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 6 Jun 2013 09:27:03 +0000 (6 11:27 +0200)
tree3453fa37fece548b66089f4ac2d96f8bf7752b85
parent293c51a6ee369228633a8428ab689f14c045ff98
qemu-io: Remove unused args_command

The original intention seems to be something with handling multiple
images at once, but this has never been implemented and the only
function ever registered is implemented to make everything behave like a
"global" command. Just do that unconditionally now.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
cmd.c
cmd.h
qemu-io.c