remove unneed function. Use hpread in context switch benchmark.
[bertos.git] / bertos / drv / timer.h
index 0fd030749c80045b4a7cc862188c4c8116c9e112..50d118a9f8845824f9483ab81ceef7cc0640dd54 100644 (file)
@@ -41,7 +41,6 @@
  * Whenever a timer expires you need to explicitly arm it again with timer_add(). If you want to abort a timer, use timer_abort().
  * You can use conversion macros when using msecs to specify the delay.
  *
- * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
  * $WIZ$ module_name = "timer"
@@ -146,12 +145,6 @@ INLINE ticks_t timer_clock_unlocked(void)
        return _clock;
 }
 
-/**
- */
-INLINE hptime_t timer_clock_hp(void)
-{
-       return timer_hw_hpticks(_clock);
-}
 
 /** Convert \a ms [ms] to ticks. */
 INLINE ticks_t ms_to_ticks(mtime_t ms)