diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-05-09 01:51:19 -0300 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-05-09 01:51:19 -0300 |
commit | beb44f4372e0af7dafc7fff6f5184737d61fc8d3 (patch) | |
tree | d8245f86ac7510bd4254ca7aea7c1873cc727af0 /src/error.h | |
parent | c266bd93852b156b1436e203bb0f691139274f3d (diff) | |
download | blogc-beb44f4372e0af7dafc7fff6f5184737d61fc8d3.tar.gz blogc-beb44f4372e0af7dafc7fff6f5184737d61fc8d3.tar.bz2 blogc-beb44f4372e0af7dafc7fff6f5184737d61fc8d3.zip |
error: content parser won't raise errors
Diffstat (limited to 'src/error.h')
-rw-r--r-- | src/error.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/error.h b/src/error.h index b4960e2..98aeeb9 100644 --- a/src/error.h +++ b/src/error.h @@ -17,7 +17,6 @@ typedef enum { BLOGC_ERROR_SOURCE_PARSER = 1, BLOGC_ERROR_TEMPLATE_PARSER, BLOGC_ERROR_LOADER, - BLOGC_ERROR_CONTENT_PARSER, } blogc_error_type_t; typedef struct { |