diff options
Diffstat (limited to 'src/testing/testing.h')
-rw-r--r-- | src/testing/testing.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/testing/testing.h b/src/testing/testing.h index adcb50a13..fbd7d0d34 100644 --- a/src/testing/testing.h +++ b/src/testing/testing.h @@ -327,15 +327,6 @@ GNUNET_TESTING_barrier_get_node (struct GNUNET_TESTING_Barrier *barrier, /** - * Deleting all barriers create in the context of this interpreter. - * - * @param is The interpreter. - */ -void -TST_interpreter_delete_barriers (struct GNUNET_TESTING_Interpreter *is); - - -/** * Getting a barrier from the interpreter. * * @param is The interpreter. |