This commit is contained in:
dapan1121 2022-04-20 11:10:01 +08:00
parent 4e549b6404
commit c0bdae4584
1 changed files with 0 additions and 3 deletions

View File

@ -735,9 +735,6 @@ int taos_stmt_affected_rows(TAOS_STMT *stmt) {
return stmtAffectedRows(stmt);
}
int taos_stmt_close(TAOS_STMT *stmt) {
if (stmt == NULL) {
tscError("NULL parameter for %s", __FUNCTION__);