From e196f6b7e7f39b80a826d231668888dd36b1a220 Mon Sep 17 00:00:00 2001 From: Jean-Marie 'Histausse' Mineau Date: Tue, 4 Mar 2025 20:23:38 +0100 Subject: [PATCH] remove old todo --- patcher/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/patcher/src/lib.rs b/patcher/src/lib.rs index 8055093..3fd85c8 100644 --- a/patcher/src/lib.rs +++ b/patcher/src/lib.rs @@ -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, ) -> (Vec, Option) {