mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
tzset: Remove unused NOID macro
This commit is contained in:
parent
b2f3c0c208
commit
7eb5c06c35
@ -1,3 +1,8 @@
|
||||
2017-03-03 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
* time/tzfile.c (NOID): Do not define.
|
||||
* time/tzset.c (NOID): Likewise.
|
||||
|
||||
2017-03-03 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
* time/tzset.c (compute_offset): Remove __attribute_noinline__.
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include <sys/stat.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define NOID
|
||||
#include <timezone/tzfile.h>
|
||||
|
||||
int __use_tzfile;
|
||||
|
@ -25,8 +25,6 @@
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
||||
|
||||
#define NOID
|
||||
#include <timezone/tzfile.h>
|
||||
|
||||
char *__tzname[2] = { (char *) "GMT", (char *) "GMT" };
|
||||
|
Loading…
Reference in New Issue
Block a user