mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Partial revert
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32126 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0592b48e55
commit
60c38bae4e
2 changed files with 0 additions and 9 deletions
|
@ -6,7 +6,6 @@
|
|||
a class/method which depends on another library not present at
|
||||
configure time.
|
||||
* Source/NSCalendar.m:
|
||||
* Source/NSLocale.m:
|
||||
Raise exception if used when not implmented because of no UCU
|
||||
* Source/ObjectiveC2/runtime.c: Fix some cases of dereferencing null
|
||||
pointers.
|
||||
|
|
|
@ -179,14 +179,6 @@ static NSMutableDictionary *allLocales = nil;
|
|||
static NSDictionary *canonicalLocales = nil;
|
||||
static NSRecursiveLock *classLock = nil;
|
||||
|
||||
#if GS_USE_ICU == 0
|
||||
+ (id) allocWithZone: (NSZone*)z
|
||||
{
|
||||
[self notImplemented: _cmd
|
||||
reason: @"missing ICU support at configure time."];
|
||||
}
|
||||
#endif
|
||||
|
||||
+ (void) initialize
|
||||
{
|
||||
if (self == [NSLocale class])
|
||||
|
|
Loading…
Reference in a new issue