projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9feb8ad
)
tests/hd-geo-test.c: Remove unused test_image variable
author
Peter Maydell
<peter.maydell@linaro.org>
Tue, 23 Dec 2014 22:26:53 +0000
(22:26 +0000)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Thu, 15 Jan 2015 07:44:13 +0000
(10:44 +0300)
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>
tests/hd-geo-test.c
patch
|
blob
|
history
diff --git
a/tests/hd-geo-test.c
b/tests/hd-geo-test.c
index 7cc8dfff1613edb51f17f7a27a4caa3682b1975d..00afc209e6a46801849154043b86ef6fcbf17d75 100644
(file)
--- 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");