diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-04-12 17:06:48 +0000 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-04-12 17:06:48 +0000 |
commit | 6cfdbf44cce0b0881d1811e7ec06c4e79e637c96 (patch) | |
tree | 185ce42e21f39d28611996bee6e10c109b3140ef /libdimension/dimension | |
parent | b66a888acd9eb0b28c0e748c4506e267fe47360b (diff) | |
download | dimension-6cfdbf44cce0b0881d1811e7ec06c4e79e637c96.tar.xz |
Write C++ error handling wrapper.
Diffstat (limited to 'libdimension/dimension')
-rw-r--r-- | libdimension/dimension/error.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libdimension/dimension/error.h b/libdimension/dimension/error.h index 9fdfdd8..2c00a4a 100644 --- a/libdimension/dimension/error.h +++ b/libdimension/dimension/error.h @@ -25,8 +25,6 @@ #ifndef DIMENSION_ERROR_H #define DIMENSION_ERROR_H -/* Debug and error handling stuff */ - typedef enum { DMNSN_SEVERITY_LOW, /* Only die on low resilience */ DMNSN_SEVERITY_MEDIUM, /* Die on low or medium resilience */ |