Revert "Add kParseErrorTermination English error message."

This reverts commit 025c516f827845c2510f761b203fce7ae3b669a1.
This commit is contained in:
Milo Yip 2014-07-13 01:06:22 +08:00
parent 025c516f82
commit e78654235f

View File

@ -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.");
}