Remove dead code (vy_stmt_is_not_found)
vy_stmt_is_not_found was used for checking if vy_index_read returned DELETE, but it is impossible - vy_index_read uses vy_read_iterator_next that always returns REPLACE.
Please register or sign in to comment
vy_stmt_is_not_found was used for checking if vy_index_read returned DELETE, but it is impossible - vy_index_read uses vy_read_iterator_next that always returns REPLACE.