Skip to content

Commit

Permalink
Remove unneeded imports now that #1873 seems to be fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lkuper committed Aug 10, 2012
1 parent 0c35489 commit 4597fe1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/rustc/middle/trans/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};

Expand Down
1 change: 0 additions & 1 deletion src/rustc/middle/trans/closure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4597fe1

Please sign in to comment.