From a0a703c0023a33ca3490a18ddf1a3672e2b1a52b Mon Sep 17 00:00:00 2001 From: Don Lipari <lipari1@llnl.gov> Date: Tue, 31 Jul 2012 09:42:34 -0700 Subject: [PATCH] Orphan/misleading comment These comments were orphaned with this commit: 874f797fafbc10165e5a08b208f91f0e5315792d Move the start time calculation of pending jobs into a separate pthread on Nov 3, 2010. --- src/plugins/sched/builtin/builtin_wrapper.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugins/sched/builtin/builtin_wrapper.c b/src/plugins/sched/builtin/builtin_wrapper.c index 3dfe16659f0..e9868e4353c 100644 --- a/src/plugins/sched/builtin/builtin_wrapper.c +++ b/src/plugins/sched/builtin/builtin_wrapper.c @@ -151,9 +151,6 @@ slurm_sched_plugin_initial_priority( uint32_t last_prio, /**************************************************************************/ /* TAG( slurm_sched_plugin_job_is_pending ) */ -/* This entire implementation does nothing more than calculate the */ -/* expected start time for pending jobs. The logic is borrowed from */ -/* backfill.c */ /**************************************************************************/ void slurm_sched_plugin_job_is_pending( void ) { -- GitLab