1
1

Merge pull request #1303 from timattox/remove_unused_var

hwloc_base_util.c: Remove newly unused variable 'i'.
Этот коммит содержится в:
rhc54 2016-01-15 00:35:14 -08:00
родитель 18c5a21562 958de82471
Коммит ef24f710a7

Просмотреть файл

@ -541,7 +541,6 @@ unsigned int opal_hwloc_base_get_npus(hwloc_topology_t topo,
hwloc_obj_t obj)
{
opal_hwloc_obj_data_t *data;
int i;
unsigned int cnt = 0;
hwloc_cpuset_t cpuset;