Skip to content

Commit

Permalink
ref: Remove unused imports (#4065)
Browse files Browse the repository at this point in the history
Remove two unused imports in
SentryUIViewControllerPerformanceTracker
and SentryDelayedFramesTracker.
  • Loading branch information
philipphofmann authored Jun 13, 2024
1 parent db134da commit 2093e05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Sources/Sentry/SentryUIViewControllerPerformanceTracker.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
# import "SentryOptions.h"
# import "SentryPerformanceTracker.h"
# import "SentrySDK+Private.h"
# import "SentryScope.h"
# import "SentrySpanId.h"
# import "SentrySwift.h"
# import "SentryTimeToDisplayTracker.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/include/SentryDelayedFramesTracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#if SENTRY_HAS_UIKIT

@class SentryDisplayLinkWrapper;
@class SentryCurrentDateProvider;

NS_ASSUME_NONNULL_BEGIN
Expand Down

0 comments on commit 2093e05

Please sign in to comment.