diff --git a/ChangeLog b/ChangeLog index c7c4cc2bd..ffa14b6e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-12-23 Richard Frith-Macdonald + + * Source/NSTimeZone.m: + * Source/nstzfile.h: + Remove unused include of (possibly) non existent file. + 2014-12-23 Riccardo Mottola * Source/GSSocketStream.m diff --git a/Source/NSTimeZone.m b/Source/NSTimeZone.m index 431e951f2..6b3d4f7f8 100644 --- a/Source/NSTimeZone.m +++ b/Source/NSTimeZone.m @@ -112,7 +112,6 @@ #ifdef HAVE_TZHEAD #include #else -#define NOID #include "nstzfile.h" #endif diff --git a/Source/nstzfile.h b/Source/nstzfile.h index 0921c3c33..afecf5108 100644 --- a/Source/nstzfile.h +++ b/Source/nstzfile.h @@ -15,24 +15,10 @@ ** Thank you! */ -/* -** ID -*/ - -#ifndef lint -#ifndef NOID -static char tzfilehid[] = "@(#)tzfile.h 7.14"; -#endif /* !defined NOID */ -#endif /* !defined lint */ - /* ** Information about time zone files. */ -#ifndef TZDIR -#define TZDIR "/usr/local/etc/zoneinfo" /* Time zone object file directory */ -#endif /* !defined TZDIR */ - #ifndef TZDEFAULT #define TZDEFAULT "localtime" #endif /* !defined TZDEFAULT */