diff --git a/src/tscore/ink_hw.cc b/src/tscore/ink_hw.cc index ba0264c6a97..d166ea68777 100644 --- a/src/tscore/ink_hw.cc +++ b/src/tscore/ink_hw.cc @@ -45,6 +45,7 @@ ink_get_topology() static hwloc_topology_t topology = setup_hwloc(); return topology; } +#endif int ink_number_of_processors() @@ -67,4 +68,3 @@ ink_number_of_processors() return sysconf(_SC_NPROCESSORS_ONLN); // number of processing units (includes Hyper Threading) #endif } -#endif