d3d11: remove a noreached `break`

Bug: dawn:1795
Change-Id: I32e1407a5d9054ac81d672202b0597334aa7721e
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/128400
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Peng Huang <penghuang@chromium.org>
This commit is contained in:
Peng Huang 2023-04-20 23:52:56 +00:00 committed by Dawn LUCI CQ
parent 7883a0cb8d
commit cf5aa73f81
1 changed files with 0 additions and 1 deletions

View File

@ -209,7 +209,6 @@ class BindGroupTracker : public BindGroupTrackerBase<false, uint64_t> {
case BindingInfoType::ExternalTexture: {
return DAWN_UNIMPLEMENTED_ERROR("External textures are not supported");
break;
}
}
}