mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-01-06 14:21:55 +03:00
torture: Remove unused variable
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
*/
|
||||
static void torture_ssh_is_ipaddr(void **state)
|
||||
{
|
||||
char *env = NULL;
|
||||
|
||||
(void)state;
|
||||
|
||||
assert_int_equal(ssh_is_ipaddr("127.0.0.1"),1);
|
||||
|
||||
Reference in New Issue
Block a user