]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: virpcimock: remove unused variable 'devid'
authorJán Tomko <jtomko@redhat.com>
Mon, 19 Aug 2019 09:27:19 +0000 (11:27 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 19 Aug 2019 09:27:58 +0000 (11:27 +0200)
commitba3ed24635b795aa237b4c8ebdc717c4dc84648f
treea199b74e79c525dce7854692fa4aa3719a69e32f
parentb437b50bbcb063076906932dd782b1360709bdc9
tests: virpcimock: remove unused variable 'devid'

virpcimock.c:685:26: error: unused variable 'devid' [-Werror,-Wunused-variable]
    VIR_AUTOFREE(char *) devid = NULL;
                         ^

Fixes: 76b42294380d40282ed29560e4ae4a7491b9df05
Signed-off-by: Ján Tomko <jtomko@redhat.com>
tests/virpcimock.c