forked from mirrors/linphone-iphone
remove useless variable
This commit is contained in:
parent
a83963fbd6
commit
98df3fd37a
1 changed files with 1 additions and 2 deletions
|
|
@ -83,8 +83,7 @@ static NSString *const kAllTestsName = @"Run All tests";
|
|||
if ([self.detailItem isEqualToString:@"All"]) {
|
||||
// dont sort tests if we use all suites at once
|
||||
for (int i = 0; i < bc_tester_nb_suites(); i++) {
|
||||
const char *tmp = bc_tester_suite_name(i);
|
||||
[self addTestsFromSuite:[NSString stringWithUTF8String:tmp]];
|
||||
[self addTestsFromSuite:[NSString stringWithUTF8String:bc_tester_suite_name(i)]];
|
||||
}
|
||||
} else {
|
||||
[self addTestsFromSuite:self.detailItem];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue