libqtest: Remove dead qtest_instances variable
commit4fb609adc91c9352ae72b82cef53002c2e32d7fb
authorEric Blake <eblake@redhat.com>
Mon, 11 Sep 2017 17:19:49 +0000 (11 12:19 -0500)
committerThomas Huth <thuth@redhat.com>
Fri, 15 Sep 2017 07:05:19 +0000 (15 09:05 +0200)
tree2f82b4d9d5417cd526eac22db05b636c0b067f42
parente8fc894b6718e3e8bee783e5492cce4519423bdf
libqtest: Remove dead qtest_instances variable

Prior to commit 063c23d9, we were tracking a list of parallel
qtest objects, in order to safely clean up a SIGABRT handler
only after the last connection quits.  But when we switched to
more of glib's infrastructure, the list became dead code that
is never assigned to.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/libqtest.c