From 26e4f927ba19749907578fe351e58801409417f9 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 17 Oct 2011 20:36:11 +0000 Subject: [PATCH] unused --- src/transport/test_quota_compliance.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/transport/test_quota_compliance.c b/src/transport/test_quota_compliance.c index 3ad236e42..15b4468d9 100644 --- a/src/transport/test_quota_compliance.c +++ b/src/transport/test_quota_compliance.c @@ -572,7 +572,6 @@ check () int main (int argc, char *argv[]) { - int ret; int nat_res; tth = GNUNET_TRANSPORT_TESTING_init (); @@ -611,7 +610,7 @@ main (int argc, char *argv[]) GNUNET_TRANSPORT_TESTING_get_config_name (argv[0], &cfg_file_p1, 1); GNUNET_TRANSPORT_TESTING_get_config_name (argv[0], &cfg_file_p2, 2); - ret = check (); + check (); GNUNET_free (cfg_file_p1); GNUNET_free (cfg_file_p2); -- 2.25.1