diff options
author | Benjamin Lindley <benjameslindley@gmail.com> | 2019-03-05 01:13:15 -0600 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2019-03-05 08:13:15 +0100 |
commit | e19565c170ba8baf7a90945beb44cb1ef7292e50 (patch) | |
tree | 137c0c9c6a4004b93a47a54d4d8c70ff11de3582 /po/pt | |
parent | 5d2624ab8271b490ed5c5eda8ca1e3ea677eadcc (diff) | |
download | minetest-e19565c170ba8baf7a90945beb44cb1ef7292e50.tar.gz minetest-e19565c170ba8baf7a90945beb44cb1ef7292e50.tar.bz2 minetest-e19565c170ba8baf7a90945beb44cb1ef7292e50.zip |
Replace for loop with call to standard library function (#8194)
This loop makes multiple passes over m_stack (type std::list) in order to remove all elements with a specified value. Replacing the loop with a call to std::list::remove does the same job, but in only one pass.
Diffstat (limited to 'po/pt')
0 files changed, 0 insertions, 0 deletions