Skip to content

Commit a07c1fd

Browse files
committed
Remove unused variable
1 parent 36882f9 commit a07c1fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/base/NSThread/late_unregister.m

-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ int main(void)
113113
pthread_create(&thr, &attr, thread, expectation);
114114
#endif
115115

116-
NSDate *start = [NSDate date];
117116
int attempts = 10;
118117
while (![expectation isDone] && attempts > 0)
119118
{

0 commit comments

Comments
 (0)