Skip to content

Commit c1d5314

Browse files
Remove redundant import
1 parent ae6622d commit c1d5314

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc_codegen_ssa/traits/type_.rs

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ pub trait DerivedTypeMethods<'tcx>: BaseTypeMethods<'tcx> + MiscMethods<'tcx> {
7777
}
7878

7979
fn type_has_metadata(&self, ty: Ty<'tcx>) -> bool {
80-
use syntax_pos::DUMMY_SP;
8180
if ty.is_sized(self.tcx().at(DUMMY_SP), ty::ParamEnv::reveal_all()) {
8281
return false;
8382
}

0 commit comments

Comments
 (0)