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>
This commit is contained in:
Peter Maydell 2014-12-23 22:26:53 +00:00 committed by Michael Tokarev
parent 9feb8adeaa
commit 9c6d5c1ade
1 changed files with 0 additions and 2 deletions

View File

@ -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");