Skip to content
Snippets Groups Projects
Commit 3f1552be authored by jette's avatar jette
Browse files

Removed some unused variables

parent 94c9c61a
No related branches found
No related tags found
No related merge requests found
...@@ -61,12 +61,6 @@ typedef enum { ...@@ -61,12 +61,6 @@ typedef enum {
SRUN_JOB_LAUNCHING, /* Launch thread is running */ SRUN_JOB_LAUNCHING, /* Launch thread is running */
SRUN_JOB_STARTING, /* Launch thread is complete */ SRUN_JOB_STARTING, /* Launch thread is complete */
SRUN_JOB_RUNNING, /* Launch thread complete */ SRUN_JOB_RUNNING, /* Launch thread complete */
SRUN_JOB_TERMINATING, /* Once first task terminates */
SRUN_JOB_TERMINATED, /* All tasks terminated (may have IO) */
SRUN_JOB_WAITING_ON_IO, /* All tasks terminated; waiting for IO */
SRUN_JOB_DONE, /* tasks and IO complete */
SRUN_JOB_DETACHED, /* Detached IO from job (Not used now) */
SRUN_JOB_FAILED, /* Job failed for some reason */
SRUN_JOB_CANCELLED, /* CTRL-C cancelled */ SRUN_JOB_CANCELLED, /* CTRL-C cancelled */
SRUN_JOB_FORCETERM /* Forced termination of IO thread */ SRUN_JOB_FORCETERM /* Forced termination of IO thread */
} srun_job_state_t; } srun_job_state_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment