1
0
mirror of https://github.com/libuv/libuv synced 2025-03-28 21:13:16 +00:00

benchmark: remove unreachable code

PR-URL: https://github.com/libuv/libuv/pull/3092
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
This commit is contained in:
Matvii Hodovaniuk 2021-01-07 23:26:16 +02:00 committed by Santiago Gimeno
parent 3e76e47304
commit 580d1d98e0
No known key found for this signature in database
GPG Key ID: F28C3C8DA33C03BE

View File

@ -54,8 +54,6 @@ int main(int argc, char **argv) {
fflush(stderr);
return EXIT_FAILURE;
}
return EXIT_SUCCESS;
}