Skip to content

Commit 95b22d9

Browse files
committed
removed commented out code
1 parent 2cbad6d commit 95b22d9

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/dfx/src/lib/builders/motoko.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -134,17 +134,6 @@ impl CanisterBuilder for MotokoBuilder {
134134
))));
135135
}
136136
}
137-
// Ok(pool.imports.borrow().nodes
138-
// .iter()
139-
// .filter_map(|import| {
140-
// if let MotokoImport::Canister(name) = import.0 {
141-
// pool.get_first_canister_with_name(name.as_str())
142-
// } else {
143-
// None
144-
// }
145-
// })
146-
// .map(|canister| canister.canister_id())
147-
// .collect())
148137
}
149138

150139
#[context("Failed to build Motoko canister '{}'.", canister_info.get_name())]

0 commit comments

Comments
 (0)