Skip to content

Commit 5d01420

Browse files
committed
remove wrong code
1 parent 4c384d1 commit 5d01420

File tree

1 file changed

+1
-2
lines changed
  • crates/rustc_codegen_spirv/src/linker

1 file changed

+1
-2
lines changed

crates/rustc_codegen_spirv/src/linker/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ mod destructure_composites;
66
mod duplicates;
77
mod entry_interface;
88
mod import_export_link;
9-
mod simpl_op_store_var;
109
mod inline_globals;
1110
mod inline;
1211
mod ipo;
@@ -22,7 +21,7 @@ use std::borrow::Cow;
2221

2322
use crate::codegen_cx::SpirvMetadata;
2423
use crate::decorations::{CustomDecoration, UnrollLoopsDecoration};
25-
use rspirv::binary::{Assemble, Consumer, Disassemble};
24+
use rspirv::binary::{Assemble, Consumer};
2625
use rspirv::dr::{Block, Instruction, Loader, Module, ModuleHeader, Operand};
2726
use rspirv::spirv::{Op, StorageClass, Word};
2827
use rustc_data_structures::fx::{FxHashMap, FxHashSet};

0 commit comments

Comments
 (0)