Removed declaration of non-existent functions.
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Wed, 21 Jul 2010 15:02:48 +0000 (15:02 +0000)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Wed, 21 Jul 2010 15:02:48 +0000 (15:02 +0000)
[r27773]

include/libfirm/timing.h

index d9da1ab..573d908 100644 (file)
@@ -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