Skip to content
  • Timm Bäder's avatar
    sizerequestcache: Inline out-var assignments · c67bcf09
    Timm Bäder authored
    The additional assignment to the old result variable just adds an
    indirection even though we know the point where we assign it in all
    cases. Just pass the values out and return in those cases instead.
    c67bcf09