mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-06-15 00:16:11 +08:00
Remove an unreachable return statement
The redundant statement was reported by cppcheck.
This commit is contained in:
parent
e8ec8e8f34
commit
8fe7a9405b
@ -65,6 +65,4 @@ int main() {
|
|||||||
#endif
|
#endif
|
||||||
std::cout << "All tests passed successfully." << std::endl;
|
std::cout << "All tests passed successfully." << std::endl;
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
|
}
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user