diff --git a/src/slurmctld/controller.c b/src/slurmctld/controller.c index e49e101adff4e3f803c9ecbc66907c17a24febed..5a41ddde71107239d1f89e91f5769fe190f3ce4f 100644 --- a/src/slurmctld/controller.c +++ b/src/slurmctld/controller.c @@ -128,12 +128,6 @@ * check-in before we ping them */ #define SHUTDOWN_WAIT 2 /* Time to wait for backup server shutdown */ -#if (0) -/* If defined and FastSchedule=0 in slurm.conf, then report the CPU count that a - * node registers with rather than the CPU count defined for the node in slurm.conf */ -#define SLURM_NODE_ACCT_REGISTER 1 -#endif - /**************************************************************************\ * To test for memory leaks, set MEMORY_LEAK_DEBUG to 1 using * "configure --enable-memory-leak-debug" then execute