Skip to content
Snippets Groups Projects
  1. Nov 16, 2022
  2. Nov 15, 2022
  3. Nov 14, 2022
  4. Nov 11, 2022
  5. Nov 10, 2022
    • Patrick Cloke's avatar
      Remove duplicated code to evict entries. (#14410) · 13ca8bb2
      Patrick Cloke authored
      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.
      13ca8bb2
Loading