1
1

Remove a duplicate variable declaration.

This commit was SVN r28224.
Этот коммит содержится в:
Jeff Squyres 2013-03-27 01:15:27 +00:00
родитель 317915225c
Коммит 1a048d6ee6

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

@ -144,7 +144,6 @@ hwloc_solaris_get_sth_cpubind(hwloc_topology_t topology, idtype_t idtype, id_t i
int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NODE); int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NODE);
int n; int n;
int i; int i;
processorid_t binding;
if (depth < 0) { if (depth < 0) {
errno = ENOSYS; errno = ENOSYS;