Lioncash cfd25f1d7c CodeDiffDialog: Construct Diff instance in CalculateSymbolsFromProfile() when necessary
We can move the construction of the Diff instance into the body of the
if statement, so that we only construct this if the condition is true.

While we're at it, we can move the symbol description string into the
instance, getting rid of a copy. The function itself can also be const
qualified.
2023-06-08 11:55:57 -04:00
..
2022-09-30 11:07:41 +00:00
2023-05-16 20:21:36 -07:00
2023-05-26 15:37:55 -07:00
2023-04-02 08:28:23 -04:00