mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 18:03:32 +00: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
|
static int
|
||||||
verify_xpath_context(xmlXPathContextPtr ctxt)
|
verify_xpath_context(xmlXPathContextPtr ctxt)
|
||||||
{
|
{
|
||||||
int rc = -1;
|
|
||||||
char *tmp = NULL;
|
char *tmp = NULL;
|
||||||
|
|
||||||
if (!ctxt) {
|
if (!ctxt) {
|
||||||
|
Loading…
Reference in New Issue
Block a user