Get rid of a bunch of dead shape code. Closes #2552.

This commit is contained in:
Michael Sullivan 2012-06-08 15:21:32 -07:00
parent 70b79d1e32
commit b22620624c
5 changed files with 69 additions and 310 deletions

View file

@ -83,7 +83,6 @@ const shape_enum: u8 = 12u8;
const shape_struct: u8 = 17u8;
const shape_box_fn: u8 = 18u8;
const shape_res: u8 = 20u8;
const shape_var: u8 = 21u8;
const shape_uniq: u8 = 22u8;
const shape_opaque_closure_ptr: u8 = 23u8; // the closure itself.
const shape_uniq_fn: u8 = 25u8;