From 11b58e81cc7580bee47bbda8df0928babcce0df2 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Tue, 12 Oct 2010 14:54:09 +0000
Subject: [PATCH] Remove declaration for unused global symbol/function

---
 src/plugins/select/cons_res/select_cons_res.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/plugins/select/cons_res/select_cons_res.c b/src/plugins/select/cons_res/select_cons_res.c
index e64b9b62d80..05799913b7d 100644
--- a/src/plugins/select/cons_res/select_cons_res.c
+++ b/src/plugins/select/cons_res/select_cons_res.c
@@ -127,8 +127,6 @@ struct switch_record *switch_record_table __attribute__((weak_import));
 int switch_record_cnt __attribute__((weak_import));
 bitstr_t *avail_node_bitmap __attribute__((weak_import));
 bitstr_t *idle_node_bitmap __attribute__((weak_import));
-List slurm_find_preemptable_jobs(struct job_record *job_ptr)
-	__attribute__((weak_import));
 #else
 slurm_ctl_conf_t slurmctld_conf;
 struct node_record *node_record_table_ptr;
@@ -140,7 +138,6 @@ struct switch_record *switch_record_table;
 int switch_record_cnt;
 bitstr_t *avail_node_bitmap;
 bitstr_t *idle_node_bitmap;
-List slurm_find_preemptable_jobs(struct job_record *job_ptr);
 #endif
 
 /*
-- 
GitLab