aboutsummaryrefslogtreecommitdiffstats
path: root/src/error.h
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2015-11-04 01:28:43 -0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2015-11-04 01:28:43 -0200
commit0fe9ed29207c428deda6c960c81359113f1d3384 (patch)
treee924ab90fb3449eb64155edb07877819556e1e67 /src/error.h
parent56736b7b39218c10efd64f305f7a35df9d4bc0af (diff)
downloadblogc-0fe9ed29207c428deda6c960c81359113f1d3384.tar.gz
blogc-0fe9ed29207c428deda6c960c81359113f1d3384.tar.bz2
blogc-0fe9ed29207c428deda6c960c81359113f1d3384.zip
Revert "content-parser: handle errors (that are handler as warnings) in directives"
This reverts commit 56736b7b39218c10efd64f305f7a35df9d4bc0af.
Diffstat (limited to 'src/error.h')
-rw-r--r--src/error.h1
1 files changed, 0 insertions, 1 deletions
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 {