From 64f97948a76c2aadaebd82b4338adf7b024dd9d7 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Tue, 29 Jan 2013 11:49:53 -0500 Subject: [PATCH] Remove some non-existant function prototypes These got left behind during previous refactoring, get rid of them Signed-off-by: Neil Horman --- irqbalance.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/irqbalance.h b/irqbalance.h index 78d7c8e..5d4843a 100644 --- a/irqbalance.h +++ b/irqbalance.h @@ -40,9 +40,7 @@ void calculate_placement(void); void dump_tree(void); void activate_mappings(void); -void account_for_nic_stats(void); void clear_cpu_tree(void); -void pci_numa_scan(void); /*===================NEW BALANCER FUNCTIONS============================*/