Skip to content

Commit 3dc80e1

Browse files
committed
refactor(_DTXTimerTrampoline): Remove unused _timerDescription var
1 parent 6571ef0 commit 3dc80e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

DetoxSync/DetoxSync/Utils/_DTXTimerTrampoline.m

-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ @implementation _DTXTimerTrampoline
2121
NSTimer* _timer;
2222
CFRunLoopTimerCallBack _callback;
2323
CFRunLoopRef _runLoop;
24-
NSString* _timerDescription;
2524
NSTimeInterval _timeUntilFire;
2625

2726
//CADisplayLink
@@ -102,7 +101,6 @@ - (void)dealloc
102101
- (void)setTimer:(NSTimer*)timer
103102
{
104103
_timer = timer;
105-
_timerDescription = [[timer debugDescription] copy];
106104
objc_setAssociatedObject(timer, __DTXTimerTrampolineKey, self, OBJC_ASSOCIATION_RETAIN);
107105

108106
#if DEBUG

0 commit comments

Comments
 (0)