Avoid unreachable code warning (#265)

This commit is contained in:
Allison Piper
2025-09-02 22:03:39 -04:00
committed by GitHub
parent 935bb0b633
commit ebc1bd1795

View File

@@ -87,7 +87,6 @@
try \
{ \
NVBENCH_MAIN_BODY(argc, argv); \
return 0; \
} \
NVBENCH_MAIN_CATCH_EXCEPTIONS_CUSTOM \
NVBENCH_MAIN_CATCH_EXCEPTIONS