Samuel Thibault wrote:
>> topology-linux.c(787): remark #593: variable "proc_oscoreids" was set but never used
>> unsigned proc_oscoreids[] = { [0 ... HWLOC_NBMAXCPUS-1] = -1 };
>>
>
> Heh, good catch. We indeed do not need it any more to manage the
> computation. Brice, do you think we could just get rid of it?
>
I couldn't even find any old libtopology snapshot where it was actually
used so I guess it's ok to remove it.
Brice
|