]> git.lizzy.rs Git - rust.git/commit
remove the unused exchange_malloc `align` parameter
authorDaniel Micay <danielmicay@gmail.com>
Mon, 8 Jul 2013 17:27:55 +0000 (13:27 -0400)
committerDaniel Micay <danielmicay@gmail.com>
Tue, 9 Jul 2013 20:35:56 +0000 (16:35 -0400)
commita4af0960bd4bef820cdd10b014d1f9858ec9fa14
tree0014510e3f79782b088445df50a685ee7de63534
parent5aa0ca9b2eb28166d9ab2e86557a5b1f84230b46
remove the unused exchange_malloc `align` parameter

`malloc` already returns memory correctly aligned for every possible
type in standard C, and that's enough for all types in Rust too
src/librustc/middle/trans/base.rs
src/libstd/rt/global_heap.rs