Skip to content

Commit

Permalink
Remove unneeded method definition
Browse files Browse the repository at this point in the history
  • Loading branch information
gcasa committed Oct 7, 2023
1 parent e71efb7 commit 1aa2126
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Source/NSKeyValueObserving.m
Original file line number Diff line number Diff line change
Expand Up @@ -1325,13 +1325,6 @@ - (void) removeObserver: (NSObject*)anObserver
[iLock unlock];
}

- (void) removeObserver: (NSObject*)anObserver
fromObjectsAtIndexes: (NSIndexSet *)indexes
forKeyPath: (NSString*)aPath
context: (void *)context
{
}

@end

@implementation NSKeyValueObservationForwarder
Expand Down

0 comments on commit 1aa2126

Please sign in to comment.