mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-06 11:43:36 +00:00
intrusive_list: Correct unused variable
This commit is contained in:
parent
8fb857f9da
commit
1c4868ccce
@ -238,7 +238,7 @@ public:
|
||||
*/
|
||||
pointer remove(const iterator& it) {
|
||||
iterator copy = it;
|
||||
return remove(it);
|
||||
return remove(copy);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user