remove old todo

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-03-04 20:23:38 +01:00
parent b33807edde
commit e196f6b7e7
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -890,7 +890,6 @@ pub fn transform_method(meth: &mut Method, ref_data: &ReflectionData) -> Result<
}
/// Return the MoveResult{,Wide,Object} associated to the last instruction of the iterator.
/// TODO: return the list of pseudo instruction between the last instruction and the move result.
fn get_move_result<'a>(
iter: impl Iterator<Item = &'a Instruction>,
) -> (Vec<Instruction>, Option<Instruction>) {