We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2dc7a commit d61cddeCopy full SHA for d61cdde
src/lib_json/json_tool.h
@@ -61,9 +61,6 @@ static inline JSONCPP_STRING codePointToUTF8(unsigned int cp) {
61
return result;
62
}
63
64
-/// Returns true if ch is a control character (in range [1,31]).
65
-static inline bool isControlCharacter(char ch) { return ch > 0 && ch <= 0x1F; }
66
-
67
enum {
68
/// Constant that specify the size of the buffer that must be passed to
69
/// uintToString.
0 commit comments