Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordworms committed Mar 2, 2024
1 parent c7b3e7a commit 76d0190
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions datafusion/physical-expr/src/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,6 @@ macro_rules! invoke_if_crypto_expressions_feature_flag {
};
}

#[cfg(feature = "regex_expressions")]
macro_rules! invoke_on_array_if_regex_expressions_feature_flag {
($FUNC:ident, $T:tt, $NAME:expr) => {{
use crate::regex_expressions;
regex_expressions::$FUNC::<$T>
}};
}

#[cfg(not(feature = "regex_expressions"))]
macro_rules! invoke_on_array_if_regex_expressions_feature_flag {
($FUNC:ident, $T:tt, $NAME:expr) => {
Expand Down

0 comments on commit 76d0190

Please sign in to comment.