X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Ftiming.h;h=163e91b354d7656642b85e5c73a95d36c470d001;hb=6f068af98daa4725d60e5d23a8f98ec2841cfa44;hp=d9da1ab698d5ac5082d7c39e08a06c3a62f2b886;hpb=74d5a9023b48f346eead323a74e28297659e34b7;p=libfirm diff --git a/include/libfirm/timing.h b/include/libfirm/timing.h index d9da1ab69..163e91b35 100644 --- a/include/libfirm/timing.h +++ b/include/libfirm/timing.h @@ -29,7 +29,7 @@ #include "begin.h" -typedef struct _ir_timer_t ir_timer_t; +typedef struct ir_timer_t ir_timer_t; /** * Switch to real-time scheduling. @@ -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