From fb5281288369191da3af8ee12d15fa1110d8f044 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sat, 21 Sep 2024 15:43:31 -0700 Subject: til_util: remove vestigial define This is no longer needed since eb13ccdbd --- src/til_util.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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__ -- cgit v1.2.3