aboutsummaryrefslogtreecommitdiff
path: root/test_brandt.c
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-08-17 17:40:10 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-08-17 17:40:10 +0200
commit8daaa565bd5cfa5806296ef25efc2f5ee41af5bf (patch)
treefd050de96ea56b39004214e3ed28db3f51b1f169 /test_brandt.c
parentec43082b1adfa394184900d49f5fe816dba749ec (diff)
remove unused code in test
Diffstat (limited to 'test_brandt.c')
-rw-r--r--test_brandt.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test_brandt.c b/test_brandt.c
index c5a8d3b..fa49007 100644
--- a/test_brandt.c
+++ b/test_brandt.c
@@ -111,7 +111,6 @@ test_new_join ()
int
main (int argc, char *argv[])
{
- int repeat = 1;
struct GNUNET_CRYPTO_EccDlogContext *edc;
edc = GNUNET_CRYPTO_ecc_dlog_prepare (1024, 16);
@@ -119,10 +118,6 @@ main (int argc, char *argv[])
RUN (test_new_join);
- for (tests_run = 0; tests_run < repeat; tests_run++)
- {
- }
-
GNUNET_CRYPTO_ecc_dlog_release (edc);
return ret;
}