From 230f151aa7e357c37040ed51bcbdbc1a766af82a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 4 Dec 2009 16:32:57 +0100 Subject: simplify code which deletes corrupted debug dumps; kill unused EXCEP_FATAL Signed-off-by: Denys Vlasenko --- inc/ABRTException.h | 1 - 1 file changed, 1 deletion(-) (limited to 'inc') 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. -- cgit