Remove extraneous #endif
This commit is contained in:
parent
8225d42dd8
commit
5934c2dedd
@ -51,7 +51,6 @@ FMT_FUNC void assert_fail(const char* file, int line, const char* message) {
|
|||||||
// Chosen instead of std::abort to satisfy Clang in CUDA mode during device
|
// Chosen instead of std::abort to satisfy Clang in CUDA mode during device
|
||||||
// code pass.
|
// code pass.
|
||||||
std::terminate();
|
std::terminate();
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef _MSC_VER
|
#ifndef _MSC_VER
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user