Update apitest.c

remove unneeded define
This commit is contained in:
Qiyuan Jiao 2021-06-08 17:45:32 +08:00 committed by GitHub
parent cc53777cc3
commit e42a8bc633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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))) {