commit | d61cddedac68f6dd3991d285045a23aeb253aa53 | [log] [tgz] |
---|---|---|
author | Christopher Dunn <cdunn2001@gmail.com> | Sun Oct 29 23:45:01 2017 -0500 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Sun Oct 29 23:45:01 2017 -0500 |
tree | 635eae5dad8a17ac33beb944adff5d097540f7ca | |
parent | 5a2dc7a2ad889bfe38901f93c2f694ffae306d4d [diff] |
rm unused func
diff --git a/src/lib_json/json_tool.h b/src/lib_json/json_tool.h index 4316178..51aa7a0 100644 --- a/src/lib_json/json_tool.h +++ b/src/lib_json/json_tool.h
@@ -61,9 +61,6 @@ 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.