aboutsummaryrefslogtreecommitdiff
path: root/src/im-asapo.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2022-06-17 12:37:16 +0200
committerThomas White <taw@physics.org>2022-06-17 15:00:40 +0200
commit889ed82d2e9d37f59e6872401eea4fed78265ab5 (patch)
tree1ce2a38494831b21cd0ab1b2608e38be175f2d87 /src/im-asapo.h
parent07217dbd38976849b50eb2c669ca902f068bdce9 (diff)
ASAP::O: Simplify by removing stream switching logic
Diffstat (limited to 'src/im-asapo.h')
-rw-r--r--src/im-asapo.h9
1 files changed, 0 insertions, 9 deletions
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 */