Skip to content

Commit bd560c0

Browse files
Remove unused OpToOpPassAdaptor::pass_id()
Signed-off-by: Tomas Fabrizio Orsi <[email protected]>
1 parent 00d617b commit bd560c0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

hir/src/pass/manager.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -734,11 +734,6 @@ impl OpToOpPassAdaptor {
734734
Self { pms: smallvec![pm] }
735735
}
736736

737-
#[allow(dead_code)]
738-
fn pass_id(&self) -> Option<PassIdentifier> {
739-
None
740-
}
741-
742737
pub fn name(&self) -> CompactString {
743738
use core::fmt::Write;
744739

0 commit comments

Comments
 (0)