Skip to content

Commit b32a4c9

Browse files
committed
More unsued vars that didn't trigger warnings on my two builds
Signed-off-by: Ben Collins <bcollins@ubuntu.com>
1 parent 3faf199 commit b32a4c9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/jwt_checker.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ START_TEST(claim_int_addgetdel)
446446
{
447447
const char exp[] = "{\"nbf\":1475980545}";
448448
jwt_checker_auto_t *checker = NULL;
449-
char_auto *out = NULL;
450449
jwt_value_t jval;
451450
int ret;
452451

@@ -509,7 +508,6 @@ START_TEST(claim_bool_addgetdel)
509508
{
510509
const char exp[] = "{\"admin\":true}";
511510
jwt_checker_auto_t *checker = NULL;
512-
char_auto *out = NULL;
513511
jwt_value_t jval;
514512
int ret;
515513

@@ -572,7 +570,6 @@ START_TEST(claim_json_addgetdel)
572570
{
573571
const char exp[] = "{\"rooms\":[\"office\",\"war-room\"]}";
574572
jwt_checker_auto_t *checker = NULL;
575-
char_auto *out = NULL;
576573
jwt_value_t jval;
577574
int ret;
578575

@@ -645,7 +642,6 @@ START_TEST(header_str_addgetdel)
645642
{
646643
const char exp[] = "{}";
647644
jwt_checker_auto_t *checker = NULL;
648-
char_auto *out = NULL;
649645
jwt_value_t jval;
650646
int ret;
651647

0 commit comments

Comments
 (0)