From 987cae843e65a3393039a0df97f301be63b0e635 Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Wed, 21 Jul 2010 15:02:48 +0000 Subject: [PATCH] Removed declaration of non-existent functions. [r27773] --- include/libfirm/timing.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/include/libfirm/timing.h b/include/libfirm/timing.h index d9da1ab69..573d90825 100644 --- a/include/libfirm/timing.h +++ b/include/libfirm/timing.h @@ -120,20 +120,6 @@ FIRM_API unsigned long ir_timer_elapsed_msec(const ir_timer_t *timer); */ FIRM_API unsigned long ir_timer_elapsed_usec(const ir_timer_t *timer); -/** - * Get name of given timer. - * @param timer The timer. - * @return The name of the timer. - */ -FIRM_API const char *ir_timer_get_name(const ir_timer_t *timer); - -/** - * Get description of given timer. - * @param timer The timer. - * @return The description of the timer. - */ -FIRM_API const char *ir_timer_get_description(const ir_timer_t *timer); - #include "end.h" #endif -- 2.20.1