Skip to content

Commit ef24f71

Browse files
author
rhc54
committed
Merge pull request #1303 from timattox/remove_unused_var
hwloc_base_util.c: Remove newly unused variable 'i'.
2 parents 18c5a21 + 958de82 commit ef24f71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

opal/mca/hwloc/base/hwloc_base_util.c

-1
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,6 @@ unsigned int opal_hwloc_base_get_npus(hwloc_topology_t topo,
541541
hwloc_obj_t obj)
542542
{
543543
opal_hwloc_obj_data_t *data;
544-
int i;
545544
unsigned int cnt = 0;
546545
hwloc_cpuset_t cpuset;
547546

0 commit comments

Comments
 (0)