未验证 提交 e42a8bc6 编写于 作者: Q Qiyuan Jiao 提交者: GitHub

Update apitest.c

remove unneeded define
上级 cc53777c
......@@ -852,7 +852,6 @@ void verify_prepare3(TAOS* taos) {
int rows = 0;
int num_fields = taos_num_fields(result);
TAOS_FIELD *fields = taos_fetch_fields(result);
char temp[256] = {0};
// fetch the records row by row
while ((row = taos_fetch_row(result))) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册