Skip to content

Commit e325039

Browse files
committed
fixup append_to_builder
Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent c25da2d commit e325039

File tree

1 file changed

+0
-2
lines changed
  • vortex-array/src/arrays/patched/vtable

1 file changed

+0
-2
lines changed

vortex-array/src/arrays/patched/vtable/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,6 @@ impl VTable for Patched {
216216
let output = typed_builder.values_mut();
217217
let trailer = output.len() - len;
218218

219-
let trailer = values.len() - len;
220-
221219
apply_patches_primitive::<V>(
222220
&mut output[trailer..],
223221
offset,

0 commit comments

Comments
 (0)