commit | 119ad7329d57fa76d70ea02ec3e5b450f259f067 | [log] [tgz] |
---|---|---|
author | John Stiles <johnstiles@google.com> | Mon Apr 26 11:40:41 2021 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Apr 26 16:40:48 2021 +0000 |
tree | c19ad698fe4a6dc46ff0c8edc92842566e6afc7f | |
parent | fbc06d831fac07667a45bd0655461c028065a7ad [diff] |
Remove superfluous lines from DSL generated code. The comma-warning issue has since been fixed, and we don't need to use `(void) var;` when we have C++17's [[maybe_unused]] attribute. Change-Id: I2078354f06801b024638e9c7d9ac699df20a8c48 Bug: skia:11854 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/401116 Auto-Submit: John Stiles <johnstiles@google.com> Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by: Brian Osman <brianosman@google.com>