diff options
author | jobol <jose.bollo@iot.bzh> | 2017-11-09 11:03:26 +0100 |
---|---|---|
committer | jobol <jose.bollo@iot.bzh> | 2017-11-09 11:04:04 +0100 |
commit | fd446c60d6ce64fa73f01058d66d5a706e9c4a9b (patch) | |
tree | 396535ff2d8f0e67e20f223592436c8b7f257867 /agl-identity-service | |
parent | 3e6cb9834e6c2f698ebea57529aa06bfe73b7351 (diff) |
drop unused variables
Signed-off-by: jobol <jose.bollo@iot.bzh>
Diffstat (limited to 'agl-identity-service')
-rw-r--r-- | agl-identity-service/src/agl-identity-binding.c | 3 |
1 files changed, 0 insertions, 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 ********************************************/ |