From 88c8b6bde982b31245e6503950b29b330617b387 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Mon, 10 Oct 2016 02:18:39 +0200 Subject: removed uneeded error code. export LC_ALL=C in test script --- src/common/error.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/common') 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 { -- cgit v1.2.3-18-g5258