commit | 71926f1b61d3d450f02d4bb38004efea2bafd22a | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Apr 24 00:55:38 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 24 00:55:38 2024 +0000 |
tree | bd1e01003ee74f8969a624d8b32893c1b7d7a6e8 | |
parent | a27f194821215648ca3ffb64bc81352380262b35 [diff] |
[tint][sem] Remove unused member variable Change-Id: I921c63c42cfcc849ca26d0d262f1a76bf77ea2aa Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/185361 Reviewed-by: dan sinclair <dsinclair@chromium.org> Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Ben Clayton <bclayton@google.com>
diff --git a/src/tint/lang/wgsl/sem/variable.h b/src/tint/lang/wgsl/sem/variable.h index 15ca981..bf97929 100644 --- a/src/tint/lang/wgsl/sem/variable.h +++ b/src/tint/lang/wgsl/sem/variable.h
@@ -197,7 +197,6 @@ const GlobalVariableAttributes& Attributes() const { return attributes_; } private: - std::optional<tint::BindingPoint> binding_point_; tint::OverrideId override_id_; UniqueVector<const GlobalVariable*, 4> transitively_referenced_overrides_; GlobalVariableAttributes attributes_;