Skip to content

Commit

Permalink
Remove unused walks variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dougnazar committed Sep 17, 2024
1 parent d2ecd72 commit bbcd07a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/test-squeue.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ typedef struct sq_test_event {
static time_t sq_high = 0;
static int sq_walker(squeue_event *evt, void *arg)
{
static int walks = 0;

walks++;
t(sq_high <= evt->when.tv_sec, "sq_high: %lu; evt->when: %lu\n",
sq_high, evt->when.tv_sec);
sq_high = (unsigned long)evt->when.tv_sec;
Expand Down

0 comments on commit bbcd07a

Please sign in to comment.