summary refs log tree commit diff
path: root/time
diff options
context:
space:
mode:
Diffstat (limited to 'time')
-rw-r--r--time/tzfile.c1
-rw-r--r--time/tzset.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/time/tzfile.c b/time/tzfile.c
index 3fd45690f0..4987f1a59b 100644
--- a/time/tzfile.c
+++ b/time/tzfile.c
@@ -26,7 +26,6 @@
 #include <sys/stat.h>
 #include <stdint.h>
 
-#define	NOID
 #include <timezone/tzfile.h>
 
 int __use_tzfile;
diff --git a/time/tzset.c b/time/tzset.c
index 404f1db370..262bbe5ef9 100644
--- a/time/tzset.c
+++ b/time/tzset.c
@@ -25,8 +25,6 @@
 #include <string.h>
 #include <time.h>
 
-
-#define NOID
 #include <timezone/tzfile.h>
 
 char *__tzname[2] = { (char *) "GMT", (char *) "GMT" };