Skip to content

Commit

Permalink
fix: don't need that error
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Feb 22, 2025
1 parent 74df9c6 commit 2e60c7a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/duckdb/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ pub enum Error {
#[error(transparent)]
DuckDB(#[from] duckdb::Error),

/// An empty table when a table was asked for.
#[error("this would be an empty table, which is not allowed")]
EmptyTable,

/// [geoarrow::error::GeoArrowError]
#[error(transparent)]
GeoArrow(#[from] geoarrow::error::GeoArrowError),
Expand Down

0 comments on commit 2e60c7a

Please sign in to comment.