From 3caf8297799b2b227501404925cf8f1389cf0065 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Mon, 15 Jun 2015 11:39:36 +1000 Subject: Remove unused struct tm elements Better to error out than suddenly have places use uninitalized data. Signed-off-by: Stewart Smith --- libc/include/time.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libc') 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; -- cgit v1.1