summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-17 20:27:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-17 20:27:28 +0000
commitc5fd2cb6746ab2af2f38d74b17db07d39e6fb97a (patch)
treee96aec24eff2302932ff9f9b9dc1da6c62e241c4 /cpukit
parent2009-12-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-c5fd2cb6746ab2af2f38d74b17db07d39e6fb97a.tar.bz2
2009-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/include/rtems/rtems/clock.h: Eliminate unused type rtems_clock_time_value.
Diffstat (limited to '')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/rtems/include/rtems/rtems/clock.h10
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,5 +1,10 @@
2009-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * rtems/include/rtems/rtems/clock.h: Eliminate unused type
+ rtems_clock_time_value.
+
+2009-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libcsupport/src/termios.c, libfs/src/dosfs/msdos_format.c,
libfs/src/nfsclient/src/nfs.c, libfs/src/pipe/fifo.c,
libnetworking/lib/rtems_bsdnet_ntp.c, libnetworking/lib/tftpDriver.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
@@ -64,16 +64,6 @@ typedef enum {
} 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.
*/
typedef Watchdog_Nanoseconds_since_last_tick_routine