virt-aa-helper: Drop unused variable in verify_xpath_context()

After one of previous commits (v5.10.0-524-gce56408e5f) there is
a variable left unused in verify_xpath_context() which breaks the
build.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Michal Privoznik 2020-01-07 16:55:50 +01:00
parent a7c6faa7ee
commit 40a65ab4a9

View File

@ -541,7 +541,6 @@ valid_path(const char *path, const bool readonly)
static int
verify_xpath_context(xmlXPathContextPtr ctxt)
{
int rc = -1;
char *tmp = NULL;
if (!ctxt) {