Skip to content

Commit

Permalink
tests/hd-geo-test.c: Remove unused test_image variable
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pm215 authored and Michael Tokarev committed Jan 15, 2015
1 parent 9feb8ad commit 9c6d5c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/hd-geo-test.c
Expand Up @@ -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");
Expand Down

0 comments on commit 9c6d5c1

Please sign in to comment.