Skip to content

Commit

Permalink
mxqsub: Remove unused defines
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Aug 24, 2021
1 parent c593fb5 commit 5bd7baf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mxqsub.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@
#include "parser.tab.h"
#include "mxq.h"

#define MXQ_TASK_JOB_FORCE_APPEND (1<<0)
#define MXQ_TASK_JOB_FORCE_NEW (1<<1)

#define MXQ_JOB_STATUS_ACTIVE (1)

#define UINT64_UNSET (uint64_t)(-1)

static void print_usage(void)
Expand Down

0 comments on commit 5bd7baf

Please sign in to comment.