Skip to content

Commit fdbafd4

Browse files
Remove an unused variable
1 parent b2477d0 commit fdbafd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/tester.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ void run_test(const char *name) {
287287
}
288288

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

0 commit comments

Comments
 (0)