Skip to content

Commit a3affaa

Browse files
committed
Remove ast::spawn_dom
1 parent 7d08678 commit a3affaa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/comp/syntax/ast.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,6 @@ type field_ = {mut: mutability, ident: ident, expr: @expr};
273273
274274
type field = spanned<field_>;
275275
276-
tag spawn_dom { dom_implicit; dom_thread; }
277-
278276
tag check_mode { checked; unchecked; }
279277
280278
// FIXME: temporary

0 commit comments

Comments
 (0)