Make a cosmetic adjustment

This commit is contained in:
Ivan Ukhov 2019-05-26 13:31:24 +02:00
parent eb7d46fb0c
commit 2464a91759

View File

@ -172,7 +172,6 @@ where
{
unsafe {
let mut pairs = Vec::with_capacity(count as usize);
for i in 0..(count as isize) {
let column = {
let pointer = *columns.offset(i);
@ -189,7 +188,6 @@ where
};
pairs.push((column, value));
}
if (*(callback as *mut F))(&pairs) {
0
} else {