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

Remove vestigial comments. No code change.

parent 9723d70e
No related branches found
No related tags found
No related merge requests found
......@@ -232,14 +232,6 @@ int main(int argc, char *argv[])
fatal( "failed to initialize scheduling plugin" );
if ( slurm_select_init() != SLURM_SUCCESS )
fatal( "failed to initialize node selection plugin" );
/********************************************/
/* Don't check this in */
//printf("I am quiting\n");
//exit(0);
/********************************************/
if ( checkpoint_init(slurmctld_conf.checkpoint_type) !=
SLURM_SUCCESS )
fatal( "failed to initialize checkpoint plugin" );
......
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