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

Remove declaration for unused global symbol/function

parent 2be7a39b
No related branches found
No related tags found
No related merge requests found
...@@ -127,8 +127,6 @@ struct switch_record *switch_record_table __attribute__((weak_import)); ...@@ -127,8 +127,6 @@ struct switch_record *switch_record_table __attribute__((weak_import));
int switch_record_cnt __attribute__((weak_import)); int switch_record_cnt __attribute__((weak_import));
bitstr_t *avail_node_bitmap __attribute__((weak_import)); bitstr_t *avail_node_bitmap __attribute__((weak_import));
bitstr_t *idle_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 #else
slurm_ctl_conf_t slurmctld_conf; slurm_ctl_conf_t slurmctld_conf;
struct node_record *node_record_table_ptr; struct node_record *node_record_table_ptr;
...@@ -140,7 +138,6 @@ struct switch_record *switch_record_table; ...@@ -140,7 +138,6 @@ struct switch_record *switch_record_table;
int switch_record_cnt; int switch_record_cnt;
bitstr_t *avail_node_bitmap; bitstr_t *avail_node_bitmap;
bitstr_t *idle_node_bitmap; bitstr_t *idle_node_bitmap;
List slurm_find_preemptable_jobs(struct job_record *job_ptr);
#endif #endif
/* /*
......
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