commit | 12353bc5fd802e87bf05e71b6f0ee27366b24c88 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Fri Apr 23 22:11:14 2021 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Fri Apr 23 22:11:14 2021 +0000 |
tree | 02673c2d57c1cf2ff3fa2a142956eb681f5054ee | |
parent | 6052d41d5137c5d1e3421355c68168ab3d5a93fb [diff] |
Remove duplicate using directive This alias is already defined in src/ast/decoration.h and is probably just a copy-paste error. Change-Id: I9efc16881b551ccac287eef1f86ca7560e87131b Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/48982 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com>
diff --git a/src/ast/struct_block_decoration.h b/src/ast/struct_block_decoration.h index 54a9404..0d60912 100644 --- a/src/ast/struct_block_decoration.h +++ b/src/ast/struct_block_decoration.h
@@ -47,9 +47,6 @@ StructBlockDecoration* Clone(CloneContext* ctx) const override; }; -/// List of struct decorations -using DecorationList = std::vector<Decoration*>; - } // namespace ast } // namespace tint