Skip to content

Commit 1339919

Browse files
authored
fix: Remove unnecessary function (#5865)
1 parent 21efa18 commit 1339919

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Sources/Sentry/Public/SentryScope.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,6 @@ NS_SWIFT_NAME(Scope)
173173
"now considered unsafe and deprecated. Use `span` instead.");
174174
#endif // !SDK_V9
175175

176-
/**
177-
* Returns the current span.
178-
*/
179-
- (id<SentrySpan> _Nullable)span;
180-
181176
@end
182177

183178
NS_ASSUME_NONNULL_END

0 commit comments

Comments
 (0)