mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
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:
parent
a7c6faa7ee
commit
40a65ab4a9
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user