diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-03-03 11:25:44 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-03-03 11:25:44 +0100 |
commit | 7eb5c06c3501a5f1d60e92780b3a2c67eeed4afe (patch) | |
tree | 6afcb968770d2aee3b1e8580ad17446adb347c8f /time | |
parent | b2f3c0c208f73cf5c433ebb85aacf3284d9e47e6 (diff) | |
download | glibc-7eb5c06c3501a5f1d60e92780b3a2c67eeed4afe.tar glibc-7eb5c06c3501a5f1d60e92780b3a2c67eeed4afe.tar.gz glibc-7eb5c06c3501a5f1d60e92780b3a2c67eeed4afe.tar.bz2 glibc-7eb5c06c3501a5f1d60e92780b3a2c67eeed4afe.zip |
tzset: Remove unused NOID macro
Diffstat (limited to 'time')
-rw-r--r-- | time/tzfile.c | 1 | ||||
-rw-r--r-- | time/tzset.c | 2 |
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" }; |