remove deadcode of timer

the code is used to debug before, not used now.

Signed-off-by: Minggui Cao <minggui.cao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Minggui Cao
2018-04-18 14:22:47 +08:00
committed by Jack Ren
parent 8a8b1a47ba
commit 9dbcf7afaf
2 changed files with 0 additions and 36 deletions

View File

@@ -41,7 +41,6 @@ long update_timer(long handle, timer_handle_t func, uint64_t data,
int timer_softirq(int cpu_id);
void timer_init(void);
void timer_cleanup(void);
void dump_timer_pool_info(int cpu_id);
void check_tsc(void);
#endif /* TIMER_H */