From fd446c60d6ce64fa73f01058d66d5a706e9c4a9b Mon Sep 17 00:00:00 2001 From: jobol Date: Thu, 9 Nov 2017 11:03:26 +0100 Subject: drop unused variables Signed-off-by: jobol --- agl-identity-service/src/agl-identity-binding.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/agl-identity-service/src/agl-identity-binding.c b/agl-identity-service/src/agl-identity-binding.c index 34dfb79..d1f0b28 100644 --- a/agl-identity-service/src/agl-identity-binding.c +++ b/agl-identity-service/src/agl-identity-binding.c @@ -36,11 +36,8 @@ static struct afb_event event; static struct json_object *current_identity; -static const char default_endpoint[] = "https://agl-graphapi.forgerocklabs.org/getuserprofilefromtoken"; static const char default_vin[] = "4T1BF1FK5GU260429"; -static const char *oidc_name; static char *vin; -static char *endpoint; /***** configuration ********************************************/ -- cgit 1.2.3-korg