Skip to content

Commit

Permalink
fix duplicate unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmacharg committed Feb 18, 2020
1 parent d63cd4f commit fe8616f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Source/BugsnagMetadata.m
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,6 @@ - (void)clearMetadataInSection:(NSString *)sectionName {
[self.delegate metadataChanged:self];
}

- (void)clearMetadataInSection:(NSString *)section
withKey:(NSString *_Nonnull)key
{
@synchronized(self) {
if ([[[self dictionary] objectForKey:section] objectForKey:key]) {
[[[self dictionary] objectForKey:section] removeObjectForKey:key];
}
}
[self.delegate metadataChanged:self];
}

- (void)clearMetadataInSection:(NSString *)section
withKey:(NSString *_Nonnull)key
{
Expand Down

0 comments on commit fe8616f

Please sign in to comment.