Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.72.0rc1 | Erik Johnston | 2022-11-16 | 1 | -1/+0 |
| | |||||
* | Remove duplicated code to evict entries. (#14410) | Patrick Cloke | 2022-11-10 | 1 | -0/+1 |
This code was factored out to a method, but also left in-place. Calling this twice in a row makes no sense: the first call will reduce the size appropriately, but the loop will immediately exit since the cache size was already reduced. |