skia2/tools/skdiff
John Stiles 3bb1f9db82 Remove static from template functions in headers.
When static is used, this triggers a warning which we currently have
disabled, -Wunused-template ("unused function template SkTAfter").

There doesn't seem to be any benefit to adding static here. See
https://stackoverflow.com/a/30863380/291737 for a brief explanation.

Unfortunately this doesn't quite allow us to enable the warning, as
we have some static member functions that also trigger the warning.

Change-Id: I7198bdc1bff2bdd5a090ee2b2d5520baa5e4b9e9
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/505300
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: John Stiles <johnstiles@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
2022-02-08 20:17:04 +00:00
..
BUILD.bazel [bazel] Sketching out HelloWorld sk_app using GL 2022-01-11 13:06:19 +00:00
skdiff_html.cpp Fix leaks in skdiff 2021-08-11 14:52:41 +00:00
skdiff_html.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
skdiff_main.cpp Fix cases of variable shadowing in /tools/. 2021-08-11 16:05:52 +00:00
skdiff_utils.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
skdiff_utils.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
skdiff.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
skdiff.h Remove static from template functions in headers. 2022-02-08 20:17:04 +00:00