From 0fe9ed29207c428deda6c960c81359113f1d3384 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Wed, 4 Nov 2015 01:28:43 -0200 Subject: Revert "content-parser: handle errors (that are handler as warnings) in directives" This reverts commit 56736b7b39218c10efd64f305f7a35df9d4bc0af. --- src/error.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/error.h') diff --git a/src/error.h b/src/error.h index 02ccc96..845a316 100644 --- a/src/error.h +++ b/src/error.h @@ -17,7 +17,6 @@ typedef enum { BLOGC_ERROR_TEMPLATE_PARSER, BLOGC_ERROR_LOADER, BLOGC_WARNING_DATETIME_PARSER, - BLOGC_WARNING_CONTENT_PARSER, } blogc_error_type_t; typedef struct { -- cgit v1.2.3-18-g5258