diff options
| author | Andreas Schneider <asn@cryptomilk.org> | 2011-10-29 19:58:10 +0200 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2011-10-29 19:58:10 +0200 |
| commit | 2cc48db67389faea965e4f67f2292e5a612f8082 (patch) | |
| tree | 1d6af2c2e88bd8df4dbab08dcf0456aad962dcf3 /tests | |
| parent | e797781bb54685a69735d8b1e84dd26a69227c47 (diff) | |
| download | libssh-2cc48db67389faea965e4f67f2292e5a612f8082.tar.gz libssh-2cc48db67389faea965e4f67f2292e5a612f8082.tar.xz libssh-2cc48db67389faea965e4f67f2292e5a612f8082.zip | |
tests: Fix build warning.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/unittests/torture_options.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
