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>
This commit is contained in:
James Price 2021-04-23 22:11:14 +00:00 committed by Commit Bot service account
parent 6052d41d51
commit 12353bc5fd
1 changed files with 0 additions and 3 deletions

View File

@ -47,9 +47,6 @@ class StructBlockDecoration
StructBlockDecoration* Clone(CloneContext* ctx) const override;
};
/// List of struct decorations
using DecorationList = std::vector<Decoration*>;
} // namespace ast
} // namespace tint