Get rid of unused fields in tydescs. Closes #2351.

This commit is contained in:
Michael Sullivan
2012-07-09 14:56:11 -07:00
parent 35bfaf50b0
commit 260f73ed85
9 changed files with 28 additions and 66 deletions

View File

@@ -15,21 +15,14 @@ uint8_t str_body_shape[] = {
};
struct type_desc str_body_tydesc = {
0, // unused
1, // size
1, // align
NULL, // take_glue
NULL, // drop_glue
NULL, // free_glue
NULL, // visit_glue
0, // unused
0, // unused
0, // unused
0, // unused
str_body_shape, // shape
&empty_shape_tables, // shape_tables
0, // unused
0, // unused
};
//