1
Fork 0

Remove vestiges of typarams from anon objs.

This commit is contained in:
Lindsey Kuper 2011-07-21 15:08:15 -07:00
parent f33309502a
commit 55acc737a8
10 changed files with 35 additions and 77 deletions

View file

@ -325,7 +325,7 @@ tag expr_ {
expr_if_check(@expr, block, option::t[@expr]);
expr_port(option::t[@ty]);
expr_chan(@expr);
expr_anon_obj(anon_obj, ty_param[]);
expr_anon_obj(anon_obj);
expr_mac(mac);
}