afb-context & afb-token: rework token validation
[src/app-framework-binder.git] / src / afb-token.c
index b81a87d..f6f5eb7 100644 (file)
@@ -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
  *