tests: Fix build warning.

This commit is contained in:
Andreas Schneider
2011-10-29 19:58:10 +02:00
parent e797781bb5
commit 2cc48db673

View File

@@ -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;