]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tools: vsh: Drop obsolete readline compatibility code
authorAndrea Bolognani <abologna@redhat.com>
Tue, 2 Apr 2019 09:51:19 +0000 (11:51 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 12 Apr 2019 14:22:12 +0000 (16:22 +0200)
commit49a4a292fbda5773b632c5c7f3e716c047ef82ab
tree753ae04d84251e618035cb00f31d1e74e2b63b0a
parent51f17c98f6648935e96b0127d2912f4146a2a2e5
tools: vsh: Drop obsolete readline compatibility code

This code is needed to use readline older than 4.1, but all
our target platforms ship with at least 6.0 these days so we
can safely get rid of it.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
tools/vsh.c