mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-16 17:06:05 +08:00
Cleanup (#1039)
This commit is contained in:
parent
b5ee8fb259
commit
ef2337cfe5
@ -351,11 +351,7 @@ namespace etl
|
||||
}
|
||||
|
||||
p_previous = p_link;
|
||||
|
||||
if (p_link != ETL_NULLPTR)
|
||||
{
|
||||
p_link = p_link->link_type::etl_next;
|
||||
}
|
||||
p_link = p_link->link_type::etl_next;
|
||||
}
|
||||
|
||||
return ETL_NULLPTR;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user