diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-21 17:36:01 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-21 17:36:01 +0100 |
commit | 36f4dbab3b0fdab233f306798170b0093b083fd4 (patch) | |
tree | 98157ddcdf8f6758c658990491c8397261085747 /src/include/taler_testing_lib.h | |
parent | 68098bcade314d0864200df82273b26458f8910f (diff) |
adjust tests to auditor changes
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r-- | src/include/taler_testing_lib.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index a7c91ca4b..6f422969a 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -937,18 +937,6 @@ TALER_TESTING_cmd_exec_auditor_dbinit (const char *label, /** - * Make the "exec wire-auditor" CMD. - * - * @param label command label. - * @param config_filename configuration filename. - * @return the command. - */ -struct TALER_TESTING_Command -TALER_TESTING_cmd_exec_wire_auditor (const char *label, - const char *config_filename); - - -/** * Create a "deposit-confirmation" command. * * @param label command label. |