Skip to content

Commit

Permalink
Remove dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlewycky committed Oct 12, 2020
1 parent 344d082 commit 84c140e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/compilers/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ pub fn get_compiler(canonicalize_nans: bool) -> impl CompilerConfig {
pub fn get_engine() -> impl Engine {
let compiler_config = get_compiler(false);
JIT::new(&compiler_config).engine()
// let mut compiler_config = get_compiler(false);
// Native::new(&mut compiler_config).engine()
}
#[cfg(feature = "test-native")]
pub fn get_engine() -> impl Engine {
Expand Down

0 comments on commit 84c140e

Please sign in to comment.