From c5fd2cb6746ab2af2f38d74b17db07d39e6fb97a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 17 Dec 2009 20:27:28 +0000 Subject: [PATCH] 2009-12-17 Joel Sherrill * rtems/include/rtems/rtems/clock.h: Eliminate unused type rtems_clock_time_value. --- cpukit/ChangeLog | 5 +++++ cpukit/rtems/include/rtems/rtems/clock.h | 10 ---------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 36617a42c7..fcbb4c6084 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2009-12-17 Joel Sherrill + + * rtems/include/rtems/rtems/clock.h: Eliminate unused type + rtems_clock_time_value. + 2009-12-17 Joel Sherrill * libcsupport/src/termios.c, libfs/src/dosfs/msdos_format.c, diff --git a/cpukit/rtems/include/rtems/rtems/clock.h b/cpukit/rtems/include/rtems/rtems/clock.h index 503c4ad6de..7e2d776fe6 100644 --- a/cpukit/rtems/include/rtems/rtems/clock.h +++ b/cpukit/rtems/include/rtems/rtems/clock.h @@ -63,16 +63,6 @@ typedef enum { RTEMS_CLOCK_GET_TIME_VALUE } rtems_clock_get_options; -/** - * Standard flavor style to return TOD in for a rtems_clock_get option. - */ -typedef struct { - /** This is the seconds portion of a time of day. */ - uint32_t seconds; - /** This is the microseconds portion of a time of day. */ - uint32_t microseconds; -} rtems_clock_time_value; - /** * Type for the nanoseconds since last tick BSP extension. */