Skip to content

Commit 6560bfd

Browse files
committed
wip
1 parent a481207 commit 6560bfd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/librustc/ty/query/plumbing.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,6 @@ pub fn may_panic<'tcx>(job: Lrc<QueryJob<'tcx>>) {
142142
Box::new(job);
143143
}
144144

145-
#[inline(never)]
146-
pub fn test_space() {
147-
}
148-
149145
#[no_mangle]
150146
fn test_moves2<'a, 'tcx>(tcx: TyCtxt<'a, 'tcx, 'tcx>,
151147
key: &DefId, key_hash: u64,

0 commit comments

Comments
 (0)