diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2012-05-02 14:22:20 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2012-05-02 14:36:04 -0700 |
| commit | f32d9f4853e878cdd721d5120aea023e901f81d4 (patch) | |
| tree | 6123d4fbfe691d04c00bd82cfb1d91d8b6b88d48 /src/rt/rust_box_annihilator.cpp | |
| parent | dc6c3a8946981740f2f59c80bc259593c700fb46 (diff) | |
Remove unused sp_size arg passed through walk_vec{1,2} in shape code.
Diffstat (limited to 'src/rt/rust_box_annihilator.cpp')
| -rw-r--r-- | src/rt/rust_box_annihilator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_box_annihilator.cpp b/src/rt/rust_box_annihilator.cpp index 21f7b9d2dc3..6322c528791 100644 --- a/src/rt/rust_box_annihilator.cpp +++ b/src/rt/rust_box_annihilator.cpp @@ -43,7 +43,7 @@ class annihilator : public shape::data<annihilator,shape::ptr> { : shape::data<annihilator,shape::ptr>(in_task, in_align, in_sp, in_params, in_tables, in_data) {} - void walk_vec2(bool is_pod, uint16_t sp_size) { + void walk_vec2(bool is_pod) { void *vec = shape::get_dp<void *>(dp); walk_vec2(is_pod, get_vec_data_range(dp)); task->kernel->free(vec); |
