irqbalance: Fix stupid mistake in free_numa_node

In cleaning up a previous commit to this function, I stupidly forgot to remove
the offending broken code.  Do that now

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
This commit is contained in:
Neil Horman 2012-03-26 11:39:18 -04:00
parent cf1f948422
commit 34b9442727
1 changed files with 0 additions and 3 deletions

3
numa.c
View File

@ -106,9 +106,6 @@ void build_numa_node_list(void)
static void free_numa_node(gpointer data)
{
struct topo_obj *obj = data;
if (data == &unspecified_node)
return;
g_list_free(obj->children);
g_list_free(obj->interrupts);