diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2014-12-23 22:26:53 +0000 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2015-01-15 10:44:13 +0300 |
commit | 9c6d5c1ade0b681b6f93c3d9d214389355cc563c (patch) | |
tree | 2bd9432e688e3542ab4f8afbdfff1db338a565ee /tests | |
parent | 9feb8adeaa850d15b930c30f22c1ed2f2f695172 (diff) |
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')
-rw-r--r-- | tests/hd-geo-test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/hd-geo-test.c b/tests/hd-geo-test.c index 7cc8dfff16..00afc209e6 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"); |