anv: Structify a one-member union

anv_descriptor contained a union with one member.
This commit is contained in:
Chad Versace
2016-02-01 12:18:10 -08:00
parent dc5fdcd6b7
commit afb327a985
+1 -3
View File
@@ -918,9 +918,7 @@ struct anv_descriptor {
union {
struct {
union {
struct anv_image_view *image_view;
};
struct anv_image_view *image_view;
struct anv_sampler *sampler;
};