From a3affaa20fcd718080951d5be2da3f578c960664 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sun, 21 Aug 2011 20:50:42 -0700 Subject: [PATCH] Remove ast::spawn_dom --- src/comp/syntax/ast.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/comp/syntax/ast.rs b/src/comp/syntax/ast.rs index 2537aa95f36..5c3ec015e5a 100644 --- a/src/comp/syntax/ast.rs +++ b/src/comp/syntax/ast.rs @@ -273,8 +273,6 @@ type field_ = {mut: mutability, ident: ident, expr: @expr}; type field = spanned; -tag spawn_dom { dom_implicit; dom_thread; } - tag check_mode { checked; unchecked; } // FIXME: temporary