commit | 97fe0cbed26bebaa4814b94195da2308901a6219 | [log] [tgz] |
---|---|---|
author | Ethan Nicholas <ethannicholas@google.com> | Thu May 28 15:17:33 2020 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Jun 01 14:27:38 2020 +0000 |
tree | 07031778396254349c8754f8d0375a8a9cfd2e3b | |
parent | 71a35d49b73448e646c82538ecb009fc68471580 [diff] |
Omit dead SkSL functions Now that SkSL inlines functions, dead functions are very common. This change causes them to be omitted from the final output. Change-Id: Ie466a3f748812eff1a368498365c89d73ab0b7be Reviewed-on: https://skia-review.googlesource.com/c/skia/+/292684 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>