Skip to content

Commit 395b508

Browse files
committed
remove unnecessary method
1 parent 40a77eb commit 395b508

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

compiler/rustc_metadata/src/rmeta/decoder.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -432,11 +432,6 @@ impl<'a> BlobDecodeContext<'a> {
432432
self.blob
433433
}
434434

435-
#[inline]
436-
fn read_raw_bytes(&mut self, len: usize) -> &[u8] {
437-
self.opaque.read_raw_bytes(len)
438-
}
439-
440435
fn decode_symbol_or_byte_symbol<S>(
441436
&mut self,
442437
new_from_index: impl Fn(u32) -> S,

0 commit comments

Comments
 (0)