Remove unneeded imports now that #1873 seems to be fixed

This commit is contained in:
Lindsey Kuper 2012-08-10 12:09:40 -07:00
parent 0c35489858
commit 4597fe1320
2 changed files with 0 additions and 2 deletions

View file

@ -47,7 +47,6 @@ import build::*;
import shape::*;
import type_of::*;
import common::*;
import type_of::type_of; // Issue #1873
import common::result;
import syntax::ast_map::{path, path_mod, path_name};

View file

@ -7,7 +7,6 @@ import common::*;
import build::*;
import base::*;
import type_of::*;
import type_of::type_of; // Issue #1873
import back::abi;
import syntax::codemap::span;
import syntax::print::pprust::expr_to_str;