aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ()
111int 111int
112main (int argc, char *argv[]) 112main (int argc, char *argv[])
113{ 113{
114 int repeat = 1;
115 struct GNUNET_CRYPTO_EccDlogContext *edc; 114 struct GNUNET_CRYPTO_EccDlogContext *edc;
116 115
117 edc = GNUNET_CRYPTO_ecc_dlog_prepare (1024, 16); 116 edc = GNUNET_CRYPTO_ecc_dlog_prepare (1024, 16);
@@ -119,10 +118,6 @@ main (int argc, char *argv[])
119 118
120 RUN (test_new_join); 119 RUN (test_new_join);
121 120
122 for (tests_run = 0; tests_run < repeat; tests_run++)
123 {
124 }
125
126 GNUNET_CRYPTO_ecc_dlog_release (edc); 121 GNUNET_CRYPTO_ecc_dlog_release (edc);
127 return ret; 122 return ret;
128} 123}