summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/fileio/system.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-12 20:50:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-12 20:50:38 +0000
commit99f0971146d4e621dbb7e242d7f5e3eb382a5ff9 (patch)
tree19f22c4c0a32c909296b4989f2d2e51cab3d5ad7 /testsuites/samples/fileio/system.h
parent2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-99f0971146d4e621dbb7e242d7f5e3eb382a5ff9.tar.bz2
2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* cdtest/main.cc, fileio/init.c, fileio/system.h, pppd/pppdapp.c, ticker/system.h, ticker/tasks.c: Eliminate test routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new rtems_clock_get_ticks_per_second().
Diffstat (limited to '')
-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.