summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/bfin/timer/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/bfin/timer/timer.c')
-rw-r--r--c/src/lib/libcpu/bfin/timer/timer.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/c/src/lib/libcpu/bfin/timer/timer.c b/c/src/lib/libcpu/bfin/timer/timer.c
index dc6d85e81d..8c288f37b0 100644
--- a/c/src/lib/libcpu/bfin/timer/timer.c
+++ b/c/src/lib/libcpu/bfin/timer/timer.c
@@ -88,16 +88,6 @@ int benchmark_timer_read( void )
}
}
-/*
- * Empty function call used in loops to measure basic cost of looping
- * in Timing Test Suite.
- */
-
-rtems_status_code benchmark_timer_empty_function( void )
-{
- return RTEMS_SUCCESSFUL;
-}
-
void benchmark_timer_disable_subtracting_average_overhead(
rtems_boolean find_flag
)