Skip to content

Commit

Permalink
Double definition of list l in get_groups
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTheBear committed May 18, 2016
1 parent 84c35c4 commit 0228a73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion likwidmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,6 @@ likwid_getGroups(PyObject *self, PyObject *args)
topology_init();
topo_initialized = 1;
}
PyObject *l;
ret = perfmon_getGroups(&tmp, &infos, &longs);
if (ret > 0)
{
Expand Down

0 comments on commit 0228a73

Please sign in to comment.