mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Remove FIXMEs
This commit is contained in:
parent
c09bf52ef7
commit
77e3453020
1 changed files with 0 additions and 2 deletions
|
@ -872,7 +872,6 @@ static NSUInteger posForIndex(GSIArray array, NSUInteger index)
|
|||
startArrayIndex = posForIndex(_array, range.location);
|
||||
if (NSNotFound == startArrayIndex)
|
||||
{
|
||||
// FIXME: Should we error out?
|
||||
startArrayIndex = 0;
|
||||
}
|
||||
|
||||
|
@ -882,7 +881,6 @@ static NSUInteger posForIndex(GSIArray array, NSUInteger index)
|
|||
|
||||
if (NSNotFound == endArrayIndex)
|
||||
{
|
||||
// FIXME: Should we error out?
|
||||
endArrayIndex = GSIArrayCount(_array) - 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue