aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-token.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-token.c')
-rw-r--r--src/afb-token.c12
1 files changed, 0 insertions, 12 deletions
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
@@ -148,18 +148,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
*
* @param token the token whose string value is queried