提交 2eb47faf 编写于 作者: S Shuduo Sang

[TD-3968]<fix>: taosdemo datalen more than 16k.

comment off unused array.
上级 1eec3ba4
......@@ -1188,9 +1188,9 @@ static float rand_float(){
return randfloat[cursor];
}
#if 0
static const char charNum[] = "0123456789";
#if 0
static void nonrand_string(char *, int) __attribute__ ((unused)); // reserve for debugging purpose
static void nonrand_string(char *str, int size)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册