summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/ABRTException.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/ABRTException.h b/inc/ABRTException.h
index 173f45fc..fe7fc01e 100644
--- a/inc/ABRTException.h
+++ b/inc/ABRTException.h
@@ -12,7 +12,6 @@ typedef enum {
EXCEP_DL,
EXCEP_PLUGIN,
EXCEP_ERROR,
- EXCEP_FATAL,
} abrt_exception_t;
/* std::exception is a class with virtual members.