mirror of
https://github.com/boostorg/core.git
synced 2025-11-29 13:50:10 +01:00
Remove dead #else branch
This commit is contained in:
@@ -58,10 +58,8 @@ public:
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
::_exit( 3 );
|
||||
#elif 1
|
||||
::_Exit( 3 );
|
||||
#else
|
||||
std::abort();
|
||||
::_Exit( 3 );
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user