Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed May 25, 2024
1 parent eab0b78 commit 4c039a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/coercions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ pub(crate) struct CoercionTree {
root: HashMap<String, CoercionNode>,
}

#[derive(Debug, Clone, PartialEq)]
pub(crate) struct CoercionArray {
element: CoercionNode,
}

/// Returns a [`CoercionTree`] so the schema can be walked efficiently level by level when performing conversions.
pub(crate) fn create_coercion_tree(schema: &DeltaSchema) -> CoercionTree {
let mut root = HashMap::new();
Expand Down

0 comments on commit 4c039a8

Please sign in to comment.