Skip to content

Commit 1ea63e1

Browse files
committed
cleanup
1 parent e1ffd2d commit 1ea63e1

File tree

1 file changed

+1
-1
lines changed
  • crates/filament/src/ir_passes/schedule

1 file changed

+1
-1
lines changed

crates/filament/src/ir_passes/schedule/solve.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use super::CombDataflow;
22
use crate::ir_visitor::{Action, Construct, Visitor, VisitorData};
33
use easy_smt::{self as smt, SExpr, SExprData};
4-
use fil_ir::{self as ir, AddCtx, Ctx, DisplayCtx, MutCtx, PortOwner, Subst};
4+
use fil_ir::{self as ir, AddCtx, Ctx, DisplayCtx, MutCtx};
55
use fil_utils::{AttrCtx, CompNum};
66
use itertools::Itertools;
77
use std::{collections::HashMap, fs};

0 commit comments

Comments
 (0)