diff options
Diffstat (limited to 'src/constants.h')
-rw-r--r-- | src/constants.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/constants.h b/src/constants.h index 6faeaf1b8..a65ee6524 100644 --- a/src/constants.h +++ b/src/constants.h @@ -31,19 +31,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #define PI 3.14159 /* - Build-time stuff -*/ - -// Whether to catch all std::exceptions. -// Assert will be called on such an event. -// In debug mode, leave these for the debugger and don't catch them. -#ifdef NDEBUG - #define CATCH_UNHANDLED_EXCEPTIONS 1 -#else - #define CATCH_UNHANDLED_EXCEPTIONS 0 -#endif - -/* Connection */ |