Skip to content

Remove unneeded memoization from Template

Avielle Wolfe requested to merge 451448-remove-unnecessary-memoization into master

What does this MR do and why?

The interpolate! method is only called once and doesn't need to be memoized.

Issue: #451448 (closed)

Merge request reports