summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/fileio/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples/fileio/system.h')
-rw-r--r--testsuites/samples/fileio/system.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/testsuites/samples/fileio/system.h b/testsuites/samples/fileio/system.h
index 3620eacdb2..f6663d8fd5 100644
--- a/testsuites/samples/fileio/system.h
+++ b/testsuites/samples/fileio/system.h
@@ -101,16 +101,6 @@ rtems_task Init(
} while (0)
/*
- * static inline routine to make obtaining ticks per second easier.
- */
-
-static inline uint32_t get_ticks_per_second( void )
-{
- return rtems_clock_get_ticks_per_second();
-}
-
-
-/*
* This allows us to view the "Test_task" instantiations as a set
* of numbered tasks by eliminating the number of application
* tasks created.