Skip to content

Commit d61cdde

Browse files
committed
rm unused func
1 parent 5a2dc7a commit d61cdde

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib_json/json_tool.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ static inline JSONCPP_STRING codePointToUTF8(unsigned int cp) {
6161
return result;
6262
}
6363

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-
6764
enum {
6865
/// Constant that specify the size of the buffer that must be passed to
6966
/// uintToString.

0 commit comments

Comments
 (0)