Skip to content

Commit

Permalink
chore(spv): remove unused MergeInstruction
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed May 2, 2024
1 parent 441ce40 commit 95ff737
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions naga/src/front/spv/function.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ use crate::proc::Emitter;

pub type BlockId = u32;

#[derive(Copy, Clone, Debug)]
pub struct MergeInstruction {
pub merge_block_id: BlockId,
pub continue_block_id: Option<BlockId>,
}

impl<I: Iterator<Item = u32>> super::Frontend<I> {
// Registers a function call. It will generate a dummy handle to call, which
// gets resolved after all the functions are processed.
Expand Down

0 comments on commit 95ff737

Please sign in to comment.