X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-context.c;h=4cdaa6f7f8dfb41aa24f72d4178a2b8d0594c7af;hb=7c67e966b8292961ca748e47d18ff437214cec1c;hp=33cca0e9829a4ec7c22cca894f3e7734b6d1281a;hpb=0d3dc9722c610857c2f83c4f3bf06299f2426a95;p=src%2Fapp-framework-binder.git diff --git a/src/afb-context.c b/src/afb-context.c index 33cca0e9..4cdaa6f7 100644 --- a/src/afb-context.c +++ b/src/afb-context.c @@ -102,13 +102,6 @@ void afb_context_disconnect(struct afb_context *context) } } -const char *afb_context_sent_token(struct afb_context *context) -{ - if (context->session == NULL || context->closing || context->super) - return NULL; - return afb_session_token(context->session); -} - const char *afb_context_uuid(struct afb_context *context) { return context->session ? afb_session_uuid(context->session) : "";