From 889ed82d2e9d37f59e6872401eea4fed78265ab5 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 17 Jun 2022 12:37:16 +0200 Subject: ASAP::O: Simplify by removing stream switching logic --- src/im-asapo.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/im-asapo.h') diff --git a/src/im-asapo.h b/src/im-asapo.h index e61ed530..0a11829f 100644 --- a/src/im-asapo.h +++ b/src/im-asapo.h @@ -49,9 +49,6 @@ extern void *im_asapo_fetch(struct im_asapo *a, size_t *pdata_size, char **pmeta, char **pfilename, char **pevent, int *pfinished); -extern char *im_asapo_make_unique_group_id(const char *endpoint, - const char *token); - #else /* defined(HAVE_ASAPO) */ static UNUSED struct im_asapo *im_asapo_connect(const char *endpoint, @@ -81,12 +78,6 @@ static UNUSED void *im_asapo_fetch(struct im_asapo *a, size_t *psize, return NULL; } -static char *im_asapo_make_unique_group_id(const char *endpoint, - const char *token) -{ - return NULL; -} - #endif /* defined(HAVE_ASAPO) */ #endif /* CRYSTFEL_ASAPO_H */ -- cgit v1.2.3