From 0c566e3bcc918f8f047fd3b2aad866f0e81e582f Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 9 Sep 2021 16:25:57 +0200 Subject: ASAP::O: Simplify im_asapo_make_unique_group_id --- src/im-asapo.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/im-asapo.h') diff --git a/src/im-asapo.h b/src/im-asapo.h index b0c413f5..4f5c13f7 100644 --- a/src/im-asapo.h +++ b/src/im-asapo.h @@ -47,9 +47,7 @@ extern void im_asapo_shutdown(struct im_asapo *a); extern void *im_asapo_fetch(struct im_asapo *a, size_t *pdata_size); extern char *im_asapo_make_unique_group_id(const char *endpoint, - const char *token, - const char *beamtime, - const char *path); + const char *token); #else /* defined(HAVE_ASAPO) */ @@ -73,9 +71,7 @@ static UNUSED void *im_asapo_fetch(struct im_asapo *a, size_t *psize) } static char *im_asapo_make_unique_group_id(const char *endpoint, - const char *token, - const char *beamtime, - const char *path) + const char *token) { return NULL; } -- cgit v1.2.3