From cf9dee8a85928db5530e34e8cb751c04c03f79c5 Mon Sep 17 00:00:00 2001 From: Danny Auble <da@schedmd.com> Date: Tue, 16 Feb 2016 11:34:59 -0800 Subject: [PATCH] Remove unneeded variable which was rendered defunct from commit 120b3e6f5cf48 --- src/slurmctld/controller.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/slurmctld/controller.c b/src/slurmctld/controller.c index e49e101adff..5a41ddde711 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 -- GitLab