about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2011-08-21 20:50:42 -0700
committerBrian Anderson <banderson@mozilla.com>2011-08-22 10:42:29 -0700
commita3affaa20fcd718080951d5be2da3f578c960664 (patch)
tree80ed48159d42bcb0afca5486f2d6161b3cb5f4b0
parent7d08678b740d779d9f0e1e6d15d7cf6ad4e1b57a (diff)
downloadrust-a3affaa20fcd718080951d5be2da3f578c960664.tar.gz
rust-a3affaa20fcd718080951d5be2da3f578c960664.zip
Remove ast::spawn_dom
-rw-r--r--src/comp/syntax/ast.rs2
1 files changed, 0 insertions, 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<field_>;
 
-tag spawn_dom { dom_implicit; dom_thread; }
-
 tag check_mode { checked; unchecked; }
 
 // FIXME: temporary