Skip to content

Commit

Permalink
Revert "add vortex_panic macro"
Browse files Browse the repository at this point in the history
This reverts commit b8b0622.
  • Loading branch information
lwwmanning committed Aug 12, 2024
1 parent b8b0622 commit ee6f42f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions vortex-error/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,6 @@ macro_rules! vortex_bail {
};
}

#[macro_export]
macro_rules! vortex_panic {
// TODO: this can be fancier, e.g., add backtrace if it's not already included
($($tt:tt)+) => {
panic!($($tt)+)
};
}

#[cfg(feature = "datafusion")]
impl From<VortexError> for datafusion_common::DataFusionError {
fn from(value: VortexError) -> Self {
Expand Down

0 comments on commit ee6f42f

Please sign in to comment.