about summary refs log tree commit diff
path: root/src/rt/rust_util.cpp
diff options
context:
space:
mode:
authorMichael Sullivan <sully@msully.net>2012-07-09 14:56:11 -0700
committerMichael Sullivan <sully@msully.net>2012-07-10 16:33:21 -0700
commit260f73ed85cdf1421ee1b1d241b3cca438a4ac44 (patch)
tree90356b7f8e56425fb317ab0370b67d37150f66a0 /src/rt/rust_util.cpp
parent35bfaf50b096457dfc7d9a3728108b6a9324aa10 (diff)
downloadrust-260f73ed85cdf1421ee1b1d241b3cca438a4ac44.tar.gz
rust-260f73ed85cdf1421ee1b1d241b3cca438a4ac44.zip
Get rid of unused fields in tydescs. Closes #2351.
Diffstat (limited to 'src/rt/rust_util.cpp')
-rw-r--r--src/rt/rust_util.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/rt/rust_util.cpp b/src/rt/rust_util.cpp
index 07f89ece662..cd765184c1e 100644
--- a/src/rt/rust_util.cpp
+++ b/src/rt/rust_util.cpp
@@ -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
 };
 
 //