On Wed, Jul 03, 2019 at 02:37:53PM +0200, Peter Krempa wrote:
The test was the only place calling 'xenFormatSxpr'. Drop it
as there
are no other users of that code since we've dropped xend support.
commit 1dac5fbbbb06a0341e8087dc33af75c8352d77a4
CommitDate: 2018-04-09 11:38:05 -0600
Remove the xend driver
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
tests/Makefile.am | 10 +-
tests/virschematest.c | 2 +-
[...]
tests/xml2sexprdata/xml2sexpr-pv.sexpr | 9 -
tests/xml2sexprdata/xml2sexpr-pv.xml | 22 ---
tests/xml2sexprtest.c | 167 ------------------
106 files changed, 3 insertions(+), 2317 deletions(-)
[...]
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano