Fix double import that now somehow gets caught by resolve

This commit is contained in:
Marijn Haverbeke 2011-06-09 20:48:06 +02:00
parent 4ab862a50d
commit 1146136fa8

View file

@ -45,8 +45,6 @@ import std::option::from_maybe;
import middle::tstate::ann::ts_ann;
import pretty::ppaux::ty_to_str;
type ty_table = hashmap[ast::def_id, ty::t];
type fn_purity_table = hashmap[ast::def_id, ast::purity];