Remove unused macro

This commit is contained in:
Milo Yip 2014-08-17 20:55:49 +08:00
parent 4600680a56
commit e3aa8f427c

View File

@ -231,7 +231,6 @@ protected:
os_->Put(*p); os_->Put(*p);
return true; return true;
} }
#undef RAPIDJSON_SNPRINTF
bool WriteString(const Ch* str, SizeType length) { bool WriteString(const Ch* str, SizeType length) {
static const char hexDigits[16] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' }; static const char hexDigits[16] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' };