Remove ast::ty_vec

This commit is contained in:
Brian Anderson 2011-08-18 11:46:52 -07:00
parent ec898244f7
commit c2d2dad093
12 changed files with 5 additions and 157 deletions

View file

@ -439,7 +439,6 @@ tag ty_ {
ty_str;
ty_istr; // interior string
ty_box(mt);
ty_vec(mt);
ty_ivec(mt); // interior vector
ty_ptr(mt);
ty_task;