Remove some non-existant function prototypes

These got left behind during previous refactoring, get rid of them

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
This commit is contained in:
Neil Horman 2013-01-29 11:49:53 -05:00
parent b1d8948271
commit 64f97948a7

View file

@ -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============================*/