mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 10:40:27 +09: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)
|
static void torture_ssh_is_ipaddr(void **state)
|
||||||
{
|
{
|
||||||
char *env = NULL;
|
|
||||||
|
|
||||||
(void)state;
|
(void)state;
|
||||||
|
|
||||||
assert_int_equal(ssh_is_ipaddr("127.0.0.1"),1);
|
assert_int_equal(ssh_is_ipaddr("127.0.0.1"),1);
|
||||||
|
|||||||
Reference in New Issue
Block a user