Remove a bunch of old "remove after snapshot" code.

This commit is contained in:
Michael Sullivan 2012-06-07 18:05:12 -07:00
parent bf0d6a77c5
commit 45cc95fa22
3 changed files with 0 additions and 20 deletions

View file

@ -81,10 +81,8 @@ const shape_f64: u8 = 9u8;
const shape_box: u8 = 10u8;
const shape_vec: u8 = 11u8;
const shape_enum: u8 = 12u8;
const shape_box_old: u8 = 13u8; // deprecated, remove after snapshot
const shape_struct: u8 = 17u8;
const shape_box_fn: u8 = 18u8;
const shape_UNUSED: u8 = 19u8;
const shape_res: u8 = 20u8;
const shape_var: u8 = 21u8;
const shape_uniq: u8 = 22u8;