From 2cc48db67389faea965e4f67f2292e5a612f8082 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 29 Oct 2011 19:58:10 +0200 Subject: tests: Fix build warning. --- tests/unittests/torture_options.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/unittests/torture_options.c b/tests/unittests/torture_options.c index 99dacef..3830981 100644 --- a/tests/unittests/torture_options.c +++ b/tests/unittests/torture_options.c @@ -68,7 +68,6 @@ static void torture_options_set_port(void **state) { static void torture_options_get_port(void **state) { ssh_session session = *state; - ssh_session uninitialized_session = NULL; unsigned int given_port = 1234; unsigned int port_container; int rc; -- cgit