mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
remove excess/bogus constant
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36831 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5d9651ff89
commit
2c277fc203
1 changed files with 0 additions and 6 deletions
|
@ -3828,11 +3828,6 @@ fail:
|
|||
|
||||
if (nil == known)
|
||||
{
|
||||
NSString *osxMax;
|
||||
|
||||
osxMax = [NSString stringWithFormat: @"%d",
|
||||
GS_OSX_ADJUST(MAC_OS_X_VERSION_MAX_ALLOWED)];
|
||||
|
||||
known = [[NSDictionary alloc] initWithObjectsAndKeys:
|
||||
@"0", @"GS_API_NONE",
|
||||
@"999999", @"GS_API_LATEST",
|
||||
|
@ -3848,7 +3843,6 @@ fail:
|
|||
@"100700", @"MAC_OS_X_VERSION_10_7",
|
||||
@"100800", @"MAC_OS_X_VERSION_10_8",
|
||||
@"100800", @"MAC_OS_X_VERSION_10_8",
|
||||
osxMax, @"MAC_OS_X_VERSION_MAX_ALLOWED",
|
||||
nil];
|
||||
}
|
||||
tmp = [known objectForKey: str];
|
||||
|
|
Loading…
Reference in a new issue