Move ast::pat_id_map to ast::util

This commit is contained in:
Brian Anderson 2011-08-25 14:15:54 -07:00
parent 4d92cb5c63
commit 608f7ccded
4 changed files with 5 additions and 5 deletions

View file

@ -98,8 +98,6 @@ tag pat_ {
pat_box(@pat);
}
type pat_id_map = std::map::hashmap<str, ast::node_id>;
tag mutability { mut; imm; maybe_mut; }
tag kind { kind_pinned; kind_shared; kind_unique; }