-#endif /* __APPLE_API_UNSTABLE */
-
-#ifdef __APPLE_API_OBSOLETE
-
-/*
- * Time value available through the mapped-time interface.
- * Read this mapped value with
- * do {
- * secs = mtime->seconds;
- * usecs = mtime->microseconds;
- * } while (secs != mtime->check_seconds);
- */
-
-typedef struct mapped_time_value {
- integer_t seconds;
- integer_t microseconds;
- integer_t check_seconds;
-} mapped_time_value_t;
-
-#endif /* __APPLE_API_OBSOLETE */
-
-#endif /* TIME_VALUE_H_ */