summaryrefslogtreecommitdiffstats
path: root/tests/hd-geo-test.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2014-12-23 22:26:53 +0000
committerMichael Tokarev <mjt@tls.msk.ru>2015-01-15 10:44:13 +0300
commit9c6d5c1ade0b681b6f93c3d9d214389355cc563c (patch)
tree2bd9432e688e3542ab4f8afbdfff1db338a565ee /tests/hd-geo-test.c
parent9feb8adeaa850d15b930c30f22c1ed2f2f695172 (diff)
downloadhqemu-9c6d5c1ade0b681b6f93c3d9d214389355cc563c.zip
hqemu-9c6d5c1ade0b681b6f93c3d9d214389355cc563c.tar.gz
tests/hd-geo-test.c: Remove unused test_image variable
Remove unused variable test_image; this silences a clang warning. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'tests/hd-geo-test.c')
-rw-r--r--tests/hd-geo-test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/hd-geo-test.c b/tests/hd-geo-test.c
index 7cc8dff..00afc20 100644
--- a/tests/hd-geo-test.c
+++ b/tests/hd-geo-test.c
@@ -22,8 +22,6 @@
#include "qemu-common.h"
#include "libqtest.h"
-static const char test_image[] = "/tmp/qtest.XXXXXX";
-
static char *create_test_img(int secs)
{
char *template = strdup("/tmp/qtest.XXXXXX");
OpenPOWER on IntegriCloud