Skip to content

Commit

Permalink
Remove an unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ridiculousfish committed Mar 9, 2021
1 parent b2477d0 commit fdbafd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/tester.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ void run_test(const char *name) {
}

int main(int argc, char *argv[]) {
const TestType test_types[] = {type_s32, type_u32, type_s64, type_u64};
bool default_do_test = (argc <= 1);
std::vector<bool> do_tests(4, default_do_test);

Expand Down

0 comments on commit fdbafd4

Please sign in to comment.