Skip to content

Commit fcbda04

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

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
@@ -212,8 +212,6 @@ impl VTable for Patched {
212212
let output = typed_builder.values_mut();
213213
let trailer = output.len() - len;
214214

215-
let trailer = values.len() - len;
216-
217215
apply_patches_primitive::<V>(
218216
&mut output[trailer..],
219217
offset,

0 commit comments

Comments
 (0)