Tencent / rapidjson

A fast JSON parser/generator for C++ with both SAX/DOM style API
http://rapidjson.org/
Other
14.26k stars 3.53k forks source link

Remove unused member variables #2237

Open EstherWx opened 11 months ago

EstherWx commented 11 months ago

Remove member varibles 'documentBuffer' and 'schemaBuffer' in schematest.cpp because that they are not used.