diff options
| author | Michael Sullivan <sully@msully.net> | 2012-07-09 14:56:11 -0700 |
|---|---|---|
| committer | Michael Sullivan <sully@msully.net> | 2012-07-10 16:33:21 -0700 |
| commit | 260f73ed85cdf1421ee1b1d241b3cca438a4ac44 (patch) | |
| tree | 90356b7f8e56425fb317ab0370b67d37150f66a0 /src/rt/rust_shape.cpp | |
| parent | 35bfaf50b096457dfc7d9a3728108b6a9324aa10 (diff) | |
| download | rust-260f73ed85cdf1421ee1b1d241b3cca438a4ac44.tar.gz rust-260f73ed85cdf1421ee1b1d241b3cca438a4ac44.zip | |
Get rid of unused fields in tydescs. Closes #2351.
Diffstat (limited to 'src/rt/rust_shape.cpp')
| -rw-r--r-- | src/rt/rust_shape.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rt/rust_shape.cpp b/src/rt/rust_shape.cpp index 979a93415b3..cb4afa904c9 100644 --- a/src/rt/rust_shape.cpp +++ b/src/rt/rust_shape.cpp @@ -484,8 +484,7 @@ log::walk_res2(const rust_fn *dtor, const uint8_t *end_sp) { extern "C" void shape_cmp_type(int8_t *result, const type_desc *tydesc, - const type_desc **subtydescs, uint8_t *data_0, - uint8_t *data_1, uint8_t cmp_type) { + uint8_t *data_0, uint8_t *data_1, uint8_t cmp_type) { rust_task *task = rust_get_current_task(); shape::arena arena; |
