From e42a8bc633a43f1fc4e8fec660e576c6886a3c22 Mon Sep 17 00:00:00 2001 From: Qiyuan Jiao Date: Tue, 8 Jun 2021 17:45:32 +0800 Subject: [PATCH] Update apitest.c remove unneeded define --- tests/examples/c/apitest.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/examples/c/apitest.c b/tests/examples/c/apitest.c index a482e2902e..f881b5b20c 100644 --- a/tests/examples/c/apitest.c +++ b/tests/examples/c/apitest.c @@ -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))) { -- GitLab