We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ce195 commit 0a3ec20Copy full SHA for 0a3ec20
1 file changed
c_src/sqlite3_nif.c
@@ -814,7 +814,6 @@ exqlite_multi_step(ErlNifEnv* env, int argc, const ERL_NIF_TERM argv[])
814
return make_error_tuple(env, am_invalid_statement);
815
}
816
817
-
818
ERL_NIF_TERM rows = enif_make_list_from_array(env, NULL, 0);
819
for (int i = 0; i < chunk_size; i++) {
820
ERL_NIF_TERM row;
0 commit comments