diff options
Diffstat (limited to 'src/common/error.h')
-rw-r--r-- | src/common/error.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/error.h b/src/common/error.h index 21b332a..5ac2b15 100644 --- a/src/common/error.h +++ b/src/common/error.h @@ -23,9 +23,6 @@ typedef enum { BLOGC_ERROR_TEMPLATE_PARSER, BLOGC_ERROR_LOADER, BLOGC_WARNING_DATETIME_PARSER, - - // errors for src/blogc-git-receiver - BLOGC_GR_ERROR_POST_RECEIVE = 200, } bc_error_type_t; typedef struct { |