diff --git a/src/plugins/sched/builtin/builtin_wrapper.c b/src/plugins/sched/builtin/builtin_wrapper.c
index 3dfe16659f08b21ee735171c2f67af0ecd6bd5df..e9868e4353c81c58703d55d8c15ffddb93d0a34b 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 )
 {