]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vsh: Drop unused @text arg from readline generators
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 4 Feb 2021 12:46:12 +0000 (13:46 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 10 Feb 2021 10:51:59 +0000 (11:51 +0100)
commit7415e72e68be94bc7a971e16675e2ffb04741f2f
tree2054ccaa5b6325fcdedd20ab3eee3a83dc2c5ce2
parent72636ed86de974b6c78922ab6450eee033d9da62
vsh: Drop unused @text arg from readline generators

After previous patches neither vshReadlineCommandGenerator() nor
vshReadlineOptionsGenerator() use prefix that user wants to
complete. The argument is marked as unused in both functions.
Drop it then.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
tools/vsh.c