Remove an attribute that has no effect

Bug: chromium:1195827
Change-Id: Ifba15d3510765496d1eff720f98b0b2731429980
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/46780
Reviewed-by: Nico Weber <thakis@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Auto-Submit: Nico Weber <thakis@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Nico Weber 2021-04-05 14:38:56 +00:00 committed by Corentin Wallez
parent dc5d7a1dd9
commit cb0bdb3401
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
namespace dawn_wire {
enum DAWN_NO_DISCARD class WireResult {
enum class WireResult {
Success,
FatalError,
};
@ -35,4 +35,4 @@ namespace dawn_wire {
} // namespace dawn_wire
#endif // DAWNWIRE_WIRERESULT_H_
#endif // DAWNWIRE_WIRERESULT_H_