Skip to content
Snippets Groups Projects
Commit 2534140b authored by Moe Jette's avatar Moe Jette
Browse files

Remove misleading comment

parent 762ca41b
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ uint16_t e_port = 0;
struct part_record *exclude_part_ptr[EXC_PART_CNT];
uint16_t job_aggregation_time = 10; /* Default value is 10 seconds */
int init_prio_mode = PRIO_HOLD;
uint16_t kill_wait; /* VESTIGIAL, REMOVE */
uint16_t kill_wait;
uint16_t use_host_exp = 0;
static char * _get_wiki_conf_path(void);
......
......@@ -59,7 +59,7 @@ struct part_record *exclude_part_ptr[EXC_PART_CNT];
uint32_t first_job_id;
uint16_t job_aggregation_time = 10; /* Default value is 10 seconds */
int init_prio_mode = PRIO_HOLD;
uint16_t kill_wait; /* VESTIGIAL, REMOVE */
uint16_t kill_wait;
uint16_t use_host_exp = 0;
static char * _get_wiki_conf_path(void);
......
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