Skip to content

Commit 02cdde4

Browse files
committed
chore: remove dead comment
1 parent 0a98ea8 commit 02cdde4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

g16gen/src/modes/fanout_ctr.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,6 @@ impl FanoutCounter {
188188
id
189189
}
190190

191-
// fn top_n(mut v: Vec<u16>, n: usize) -> Vec<u16> {
192-
// v.sort_unstable_by(|a, b| b.cmp(a)); // descending
193-
// v.truncate(n);
194-
// v
195-
// }
196-
197191
fn wire_used(&mut self, wire_id: WireId) -> u32 {
198192
let wire_id = wire_id.0;
199193
if (0..self.primary_inputs + 2).contains(&wire_id) {

0 commit comments

Comments
 (0)