From 47698761d03b9de3cace8c58e814667444a7b73b Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 18 Jan 2020 04:12:51 +0100 Subject: remove redundant arg --- src/include/taler_testing_lib.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/include/taler_testing_lib.h') diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 781f1b13..4c723def 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -811,8 +811,6 @@ TALER_TESTING_has_in_name (const char *prog, * Make a credit "history" CMD. * * @param label command label. - * @param account_url base URL of the account offering the "history" - * operation. * @param auth login data to use * @param start_row_reference reference to a command that can * offer a row identifier, to be used as the starting row @@ -823,7 +821,6 @@ TALER_TESTING_has_in_name (const char *prog, */ struct TALER_TESTING_Command TALER_TESTING_cmd_bank_credits (const char *label, - const char *account_url, const struct TALER_BANK_AuthenticationData *auth, const char *start_row_reference, -- cgit v1.2.3