Merge pull request #1303 from timattox/remove_unused_var
hwloc_base_util.c: Remove newly unused variable 'i'.
Этот коммит содержится в:
Коммит
ef24f710a7
@ -541,7 +541,6 @@ unsigned int opal_hwloc_base_get_npus(hwloc_topology_t topo,
|
|||||||
hwloc_obj_t obj)
|
hwloc_obj_t obj)
|
||||||
{
|
{
|
||||||
opal_hwloc_obj_data_t *data;
|
opal_hwloc_obj_data_t *data;
|
||||||
int i;
|
|
||||||
unsigned int cnt = 0;
|
unsigned int cnt = 0;
|
||||||
hwloc_cpuset_t cpuset;
|
hwloc_cpuset_t cpuset;
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user