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:
Richard Frith-MacDonald 2011-02-13 06:40:20 +00:00
parent 0592b48e55
commit 60c38bae4e
2 changed files with 0 additions and 9 deletions

View file

@ -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.

View file

@ -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])