This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH COMMITTED] tzset: Remove unused NOID macro


2017-03-03  Florian Weimer  <fweimer@redhat.com>

	* time/tzfile.c (NOID): Do not define.
	* time/tzset.c (NOID): Likewise.

diff --git a/time/tzfile.c b/time/tzfile.c
index 3fd4569..4987f1a 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 404f1db..262bbe5 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" };


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]