Remove unused variable

This blocks the import into google3.

Change-Id: Ieb5db932553b5f9c8e44e1c334e497004c6bb778
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/116361
Commit-Queue: James Price <jrprice@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
James Price 2023-01-04 21:29:39 +00:00 committed by Dawn LUCI CQ
parent 713cd86f78
commit 7ca2e99b64
1 changed files with 0 additions and 1 deletions

View File

@ -529,7 +529,6 @@ ResultOrError<std::unique_ptr<EntryPointMetadata>> ReflectEntryPointUsingTint(
if (!entryPoint.overrides.empty()) {
const auto& name2Id = inspector->GetNamedOverrideIds();
const auto& id2Scalar = inspector->GetOverrideDefaultValues();
for (auto& c : entryPoint.overrides) {
auto id = name2Id.at(c.name);