diff -r 99a34860c105 -r d938228c382e src/server/daemon/session.h --- a/src/server/daemon/session.h Wed Nov 02 19:19:01 2022 +0100 +++ b/src/server/daemon/session.h Sun Nov 06 15:53:32 2022 +0100 @@ -51,8 +51,6 @@ int pos; int cursize; - UcxAllocator allocator; - ServerConfiguration *config; }; @@ -63,7 +61,6 @@ // get the server configuration of this session NSAPI_PUBLIC void* session_get_config(Session *s); -NSAPI_PUBLIC void* session_get_allocator(Session *sn); #ifdef __cplusplus }