提交 9c6d5c1a 编写于 作者: P Peter Maydell 提交者: Michael Tokarev

tests/hd-geo-test.c: Remove unused test_image variable

Remove unused variable test_image; this silences a clang warning.
Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
Signed-off-by: NMichael Tokarev <mjt@tls.msk.ru>
上级 9feb8ade
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
#include "qemu-common.h" #include "qemu-common.h"
#include "libqtest.h" #include "libqtest.h"
static const char test_image[] = "/tmp/qtest.XXXXXX";
static char *create_test_img(int secs) static char *create_test_img(int secs)
{ {
char *template = strdup("/tmp/qtest.XXXXXX"); char *template = strdup("/tmp/qtest.XXXXXX");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册