summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_wallet_get_tip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_api_cmd_wallet_get_tip.c')
-rw-r--r--src/testing/testing_api_cmd_wallet_get_tip.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/testing/testing_api_cmd_wallet_get_tip.c b/src/testing/testing_api_cmd_wallet_get_tip.c
index 3518e572..e6d28ff8 100644
--- a/src/testing/testing_api_cmd_wallet_get_tip.c
+++ b/src/testing/testing_api_cmd_wallet_get_tip.c
@@ -207,15 +207,6 @@ wallet_get_tip_cleanup (void *cls,
}
-/**
- * Define a GET /tips/$TIP_ID CMD.
- *
- * @param label the command label
- * @param merchant_url base URL of the merchant which will
- * serve the request.
- * @param tip_reference reference to a command that created a tip.
- * @param http_status expected HTTP response code for the request.
- */
struct TALER_TESTING_Command
TALER_TESTING_cmd_wallet_get_tip (const char *label,
const char *merchant_url,
@@ -241,16 +232,6 @@ TALER_TESTING_cmd_wallet_get_tip (const char *label,
}
-/**
- * Define a GET /tips/$TIP_ID CMD.
- *
- * @param label the command label
- * @param merchant_url base URL of the merchant which will
- * serve the request.
- * @param tip_reference reference to a command that created a tip.
- * @param amount_remaining the balance remaining after pickups.
- * @param http_status expected HTTP response code for the request.
- */
struct TALER_TESTING_Command
TALER_TESTING_cmd_wallet_get_tip2 (const char *label,
const char *merchant_url,