summaryrefslogtreecommitdiffstats
path: root/libdimension/dimension/error.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2009-04-12 17:06:48 +0000
committerTavian Barnes <tavianator@gmail.com>2009-04-12 17:06:48 +0000
commit6cfdbf44cce0b0881d1811e7ec06c4e79e637c96 (patch)
tree185ce42e21f39d28611996bee6e10c109b3140ef /libdimension/dimension/error.h
parentb66a888acd9eb0b28c0e748c4506e267fe47360b (diff)
downloaddimension-6cfdbf44cce0b0881d1811e7ec06c4e79e637c96.tar.xz
Write C++ error handling wrapper.
Diffstat (limited to 'libdimension/dimension/error.h')
-rw-r--r--libdimension/dimension/error.h2
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 */