Skip to content

Commit

Permalink
undo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann committed Jan 10, 2024
1 parent 0c6aaff commit a49643e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Sources/Sentry/SentrySwizzle.m
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ @implementation SentrySwizzle
swizzledClasses = [NSMutableSet new];
[classesDictionary setObject:swizzledClasses forKey:keyValue];
}
// some comment
return swizzledClasses;
}

Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/include/SentrySwizzle.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

/**
* A macro for wrapping the return type of the swizzled method.
* Changes.
*/
#define SentrySWReturnType(type) type

Expand Down

0 comments on commit a49643e

Please sign in to comment.