Remove ast::spawn_dom

This commit is contained in:
Brian Anderson 2011-08-21 20:50:42 -07:00
parent 7d08678b74
commit a3affaa20f

View file

@ -273,8 +273,6 @@ type field_ = {mut: mutability, ident: ident, expr: @expr};
type field = spanned<field_>;
tag spawn_dom { dom_implicit; dom_thread; }
tag check_mode { checked; unchecked; }
// FIXME: temporary