Skip to content

Commit

Permalink
Remove unused json_t variables and the jansson.h include.
Browse files Browse the repository at this point in the history
  • Loading branch information
morrone committed Jan 24, 2022
1 parent 6fba32f commit 8d84d59
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/flux/internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@


#include <stdio.h>
#include <jansson.h>
#include <time.h>
#include <limits.h>
#include <flux/core.h>
Expand Down Expand Up @@ -71,8 +70,6 @@ static int get_job_expiration(flux_jobid_t id, long int *expiration)
flux_t *h = NULL;
flux_t *child_handle = NULL;
flux_future_t *f;
json_t *job;
json_t *value;
double exp;
const char *uri = NULL;
int rc = -1;
Expand Down

0 comments on commit 8d84d59

Please sign in to comment.