Skip to content

Commit 4f798c9

Browse files
committed
fix
1 parent 0cd0e4b commit 4f798c9

File tree

1 file changed

+0
-5
lines changed
  • crates/swc_ecma_transforms_optimization/src/simplify/dce

1 file changed

+0
-5
lines changed

crates/swc_ecma_transforms_optimization/src/simplify/dce/mod.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
use std::{borrow::Cow, cell::RefCell, mem::take, sync::Arc};
22

3-
use ahash::RandomState;
43
use indexmap::{IndexMap, IndexSet};
54
use petgraph::{algo::tarjan_scc, Direction::Incoming};
65
use rustc_hash::{FxBuildHasher, FxHashMap, FxHashSet};
76
use swc_atoms::{atom, Atom};
8-
use swc_common::{
9-
use rustc_hash::{FxHashMap, FxHashSet, FxHasher};
10-
use rustc_hash::{FxHashMap, FxHashSet};
11-
use swc_atoms::{atom, JsWord};
127
use swc_common::{
138
collections::AHashSet,
149
pass::{CompilerPass, Repeated},

0 commit comments

Comments
 (0)