From e3aa8f427c37f858b12ed46023484f1993b2a442 Mon Sep 17 00:00:00 2001 From: Milo Yip Date: Sun, 17 Aug 2014 20:55:49 +0800 Subject: [PATCH] Remove unused macro --- include/rapidjson/writer.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/rapidjson/writer.h b/include/rapidjson/writer.h index 7927a0c..cba99ba 100644 --- a/include/rapidjson/writer.h +++ b/include/rapidjson/writer.h @@ -231,7 +231,6 @@ protected: os_->Put(*p); return true; } -#undef RAPIDJSON_SNPRINTF 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' };