
Using a list comprehension here makes the code less readable, and is also slower (since it has to allocate and grow a list that is unused). Change-Id: I74cc9d2cf2e271a2c45d45cc5ea777189c02eacb
Using a list comprehension here makes the code less readable, and is also slower (since it has to allocate and grow a list that is unused). Change-Id: I74cc9d2cf2e271a2c45d45cc5ea777189c02eacb