mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04:00
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:
parent
9feb8adeaa
commit
9c6d5c1ade
1 changed files with 0 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue