From e78654235ff5435568dc34b42645d6e17d4ba837 Mon Sep 17 00:00:00 2001 From: Milo Yip Date: Sun, 13 Jul 2014 01:06:22 +0800 Subject: [PATCH] Revert "Add kParseErrorTermination English error message." This reverts commit 025c516f827845c2510f761b203fce7ae3b669a1. --- include/rapidjson/error/en.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/rapidjson/error/en.h b/include/rapidjson/error/en.h index 291823df..81637ee9 100644 --- a/include/rapidjson/error/en.h +++ b/include/rapidjson/error/en.h @@ -38,8 +38,6 @@ inline const RAPIDJSON_ERROR_CHARTYPE* GetParseError_En(ParseErrorCode parseErro case kParseErrorNumberMissFraction: return RAPIDJSON_ERROR_STRING("Miss fraction part in number."); case kParseErrorNumberMissExponent: return RAPIDJSON_ERROR_STRING("Miss exponent in number."); - case kParseErrorTermination: return RAPIDJSON_ERROR_STRING("Parsing was terminated."); - default: return RAPIDJSON_ERROR_STRING("Unknown error."); }