mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-04 10:30:47 +00:00
Remove objectAtIndex: from strings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7453 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cfd21aadff
commit
a1ee0df583
3 changed files with 5 additions and 19 deletions
|
@ -558,12 +558,6 @@ static IMP msInitImp; /* designated initialiser for mutable */
|
||||||
return NO;
|
return NO;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (id) objectAtIndex: (unsigned)index
|
|
||||||
{
|
|
||||||
CHECK_INDEX_RANGE_ERROR(index, _count);
|
|
||||||
return [NSNumber numberWithChar: _contents_chars[index]];
|
|
||||||
}
|
|
||||||
|
|
||||||
- (int) _baseLength
|
- (int) _baseLength
|
||||||
{
|
{
|
||||||
return _count;
|
return _count;
|
||||||
|
|
|
@ -388,14 +388,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// FOR IndexedCollection SUPPORT;
|
|
||||||
|
|
||||||
- objectAtIndex: (unsigned)index
|
|
||||||
{
|
|
||||||
CHECK_INDEX_RANGE_ERROR(index, _count);
|
|
||||||
return [NSNumber numberWithChar: unitochar(_contents_chars[index])];
|
|
||||||
}
|
|
||||||
|
|
||||||
- (id) propertyList
|
- (id) propertyList
|
||||||
{
|
{
|
||||||
id result;
|
id result;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue