rm unused func

This commit is contained in:
Christopher Dunn 2017-10-29 23:45:01 -05:00
parent 5a2dc7a2ad
commit d61cddedac

View File

@ -61,9 +61,6 @@ static inline JSONCPP_STRING codePointToUTF8(unsigned int cp) {
return result;
}
/// Returns true if ch is a control character (in range [1,31]).
static inline bool isControlCharacter(char ch) { return ch > 0 && ch <= 0x1F; }
enum {
/// Constant that specify the size of the buffer that must be passed to
/// uintToString.