mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-07 07:29:59 +01: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) {
|
pointer remove(const iterator& it) {
|
||||||
iterator copy = it;
|
iterator copy = it;
|
||||||
return remove(it);
|
return remove(copy);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user