Skip to content

Commit

Permalink
removed immediate return on test.cpp target for performance test
Browse files Browse the repository at this point in the history
  • Loading branch information
guyio committed Jul 25, 2018
1 parent 9b1fba2 commit f2e073c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test.cpp
Expand Up @@ -30,7 +30,6 @@

int __declspec(noinline) test_target(char* input_file_path, char* argv_0)
{
return 1;
char *crash = NULL;
FILE *fp = fopen(input_file_path, "rb");
char c;
Expand Down

0 comments on commit f2e073c

Please sign in to comment.