--- parser3/src/main/pa_common.C 2009/01/25 02:05:33 1.241 +++ parser3/src/main/pa_common.C 2009/04/22 04:35:48 1.243 @@ -1,7 +1,7 @@ /** @file Parser: commonly functions. - Copyright(c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com) + Copyright(c) 2001-2009 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) * BASE64 part @@ -26,7 +26,7 @@ * */ -static const char * const IDENT_COMMON_C="$Date: 2009/01/25 02:05:33 $"; +static const char * const IDENT_COMMON_C="$Date: 2009/04/22 04:35:48 $"; #include "pa_common.h" #include "pa_exception.h" @@ -1312,13 +1312,3 @@ static void file_crc32_file_action( } } -char* print_pcre_exec_error_text(int exec_result){ - switch(exec_result){ - case PCRE_ERROR_BADUTF8: - return "validation of UTF-8 string failed while pcre_exec (%d)."; - break; - default: - return "regular expression execute error (%d)"; - } -} -