summaryrefslogtreecommitdiff
path: root/tests/usbg-test.c
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2015-02-09 10:29:59 +0100
committerKrzysztof Opasiak <k.opasiak@samsung.com>2015-03-06 16:12:07 +0100
commit51678c89fef837d76176fd0b25599f1c6de9975b (patch)
treecabaf8a6df78809e80bcc911b98e0cebabbb110d /tests/usbg-test.c
parent2ca53acc23a3ccdf33e10cc3fcde7572cf2df9d7 (diff)
downloadlibusbg-51678c89fef837d76176fd0b25599f1c6de9975b.tar.gz
libusbg-51678c89fef837d76176fd0b25599f1c6de9975b.tar.bz2
libusbg-51678c89fef837d76176fd0b25599f1c6de9975b.zip
libusbg: tests: Remove unused variables
Change-Id: I4db3a1d8683867c1e969898882f0589f477ebe4c Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Diffstat (limited to 'tests/usbg-test.c')
-rw-r--r--tests/usbg-test.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/usbg-test.c b/tests/usbg-test.c
index ac4a952..4bb114f 100644
--- a/tests/usbg-test.c
+++ b/tests/usbg-test.c
@@ -159,7 +159,6 @@ void prepare_gadget(struct test_state *state, struct test_gadget *g)
{
struct test_config *c;
struct test_function *f;
- struct test_binding *b;
char *path;
int tmp;
int count;
@@ -255,7 +254,6 @@ static void push_config(struct test_config *c)
{
struct test_function *b;
int count = 0;
- char *func_name;
int tmp;
char *path;
@@ -313,7 +311,6 @@ void push_init(struct test_state *state)
char **udc;
struct test_gadget *g;
int count = 0;
- int tmp;
EXPECT_OPENDIR(state->path);