diff --git a/Sources/Sentry/Public/SentryScope.h b/Sources/Sentry/Public/SentryScope.h index 0e1accbb092..e29fc2c7d72 100644 --- a/Sources/Sentry/Public/SentryScope.h +++ b/Sources/Sentry/Public/SentryScope.h @@ -173,11 +173,6 @@ NS_SWIFT_NAME(Scope) "now considered unsafe and deprecated. Use `span` instead."); #endif // !SDK_V9 -/** - * Returns the current span. - */ -- (id _Nullable)span; - @end NS_ASSUME_NONNULL_END