X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=blobdiff_plain;f=src%2Fafb-token.c;h=f6f5eb7360724af78de0d1c61f5ce14abcbf7511;hp=b81a87df42b5a11993f0c7affb68a3a13ed7dd15;hb=d8aff62647736c3f17ff15989ec9f90b48efe1c4;hpb=b70caad7da2eaea85db06dec8377b1cbebcec997 diff --git a/src/afb-token.c b/src/afb-token.c index b81a87df..f6f5eb73 100644 --- a/src/afb-token.c +++ b/src/afb-token.c @@ -147,18 +147,6 @@ void afb_token_unref(struct afb_token *token) } } -/** - * Check whether the token is valid or not - * - * @param token the token to check - * @return a boolean value: 0 if not valid, 1 if valid - */ -int afb_token_check(struct afb_token *token) -{ - /* TODO */ - return 1; -} - /** * Get the string value of the token *