summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2024-09-21 15:43:31 -0700
committerVito Caputo <vcaputo@pengaru.com>2024-09-21 15:43:31 -0700
commitfb5281288369191da3af8ee12d15fa1110d8f044 (patch)
tree61c22d1ea911e744fa0cf79e620eff35842111a0
parentf16cde54cdf411f6d1a225a3adc0eba6dbe1fe2a (diff)
til_util: remove vestigial defineHEADmaster
This is no longer needed since eb13ccdbd
-rw-r--r--src/til_util.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/til_util.c b/src/til_util.c
index d2e5b92..f651478 100644
--- a/src/til_util.c
+++ b/src/til_util.c
@@ -15,8 +15,6 @@
#include "til_limits.h"
#include "til_util.h"
-#define TIL_SYSFS_CPU "/sys/devices/system/cpu/cpu"
-
unsigned til_get_ncpus(void)
{
#ifdef __WIN32__
© All Rights Reserved