diff options
-rw-r--r-- | libc/include/time.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libc/include/time.h b/libc/include/time.h index 517f596..8d34fdb 100644 --- a/libc/include/time.h +++ b/libc/include/time.h @@ -19,11 +19,6 @@ struct tm { int tm_mday; int tm_mon; int tm_year; - - /* unused in skiboot */ - int tm_wday; - int tm_yday; - int tm_isdst; }; typedef long time_t; |