Skip to content

Commit 76da36e

Browse files
ErichDonGublerEriKWDev
authored andcommitted
chore(spv): remove unused MergeInstruction
1 parent ec4849f commit 76da36e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

naga/src/front/spv/function.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ use crate::proc::Emitter;
88

99
pub type BlockId = u32;
1010

11-
#[derive(Copy, Clone, Debug)]
12-
pub struct MergeInstruction {
13-
pub merge_block_id: BlockId,
14-
pub continue_block_id: Option<BlockId>,
15-
}
16-
1711
impl<I: Iterator<Item = u32>> super::Frontend<I> {
1812
// Registers a function call. It will generate a dummy handle to call, which
1913
// gets resolved after all the functions are processed.

0 commit comments

Comments
 (0)