Skip to content

Commit

Permalink
ref: FramesTrackingIntegration remove stop (#3978)
Browse files Browse the repository at this point in the history
Remove not needed stop method.
  • Loading branch information
philipphofmann authored May 16, 2024
1 parent b2c9166 commit 853d797
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions Sources/Sentry/SentryFramesTrackingIntegration.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

# import "PrivateSentrySDKOnly.h"
# import "SentryDependencyContainer.h"
# import "SentryLog.h"

# import "SentryFramesTracker.h"

NS_ASSUME_NONNULL_BEGIN
Expand Down Expand Up @@ -38,11 +36,6 @@ - (SentryIntegrationOption)integrationOptions
}

- (void)uninstall
{
[self stop];
}

- (void)stop
{
if (nil != self.tracker) {
[self.tracker stop];
Expand Down
2 changes: 0 additions & 2 deletions Sources/Sentry/include/SentryFramesTrackingIntegration.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ NS_ASSUME_NONNULL_BEGIN

@interface SentryFramesTrackingIntegration : SentryBaseIntegration <SentryIntegrationProtocol>

- (void)stop;

@end

NS_ASSUME_NONNULL_END
Expand Down

0 comments on commit 853d797

Please sign in to comment.