Skip to content

Commit 8ec4ce0

Browse files
committed
remove old vtable! macro
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent c72af11 commit 8ec4ce0

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

vortex-array/public-api.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20948,8 +20948,6 @@ pub macro vortex_array::require_patches!
2094820948

2094920949
pub macro vortex_array::require_validity!
2095020950

20951-
pub macro vortex_array::vtable!
20952-
2095320951
pub enum vortex_array::Canonical
2095420952

2095520953
pub vortex_array::Canonical::Bool(vortex_array::arrays::BoolArray)

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,4 +290,3 @@ pub fn patches_child_name(idx: usize) -> &'static str {
290290
_ => vortex_panic!("patches child name index {idx} out of bounds"),
291291
}
292292
}
293-

0 commit comments

Comments
 (0)