
3 Sep
2020
3 Sep
'20
10:15 a.m.
On a Thursday in 2020, Michal Privoznik wrote:
This allows us to drop include of readline header files from virsh.c and virt-admin.c because they needed it only because of the add_history() function.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- tools/virsh.c | 10 ++-------- tools/virt-admin.c | 10 ++-------- tools/vsh.c | 12 ++++++++++++ tools/vsh.h | 2 ++ 4 files changed, 18 insertions(+), 16 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano