1 2 3 4 5
impl crate::records::remove_dead_store_state::RemoveDeadStoreState { pub fn capture(&mut self, _reg: i32) { // Empty implementation matches the C++ source: void capture(int reg) {} } }