From 77e34530207c10fde82d7f63aac9be8224c2f6af Mon Sep 17 00:00:00 2001 From: hmelder Date: Mon, 6 May 2024 17:09:34 +0200 Subject: [PATCH] Remove FIXMEs --- Source/NSIndexSet.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/NSIndexSet.m b/Source/NSIndexSet.m index 1dad7796a..a7a0724fb 100644 --- a/Source/NSIndexSet.m +++ b/Source/NSIndexSet.m @@ -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; }