intrusive_list: Correct unused variable
This commit is contained in:
parent
8fb857f9da
commit
1c4868ccce
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue