Remove useless method.
This commit is contained in:
parent
84bf599bac
commit
fe2d728e62
3 changed files with 0 additions and 17 deletions
|
@ -1874,10 +1874,6 @@ pub trait HashStableContext {
|
|||
fn expn_id_cache() -> &'static LocalKey<ExpnIdCache>;
|
||||
fn hash_crate_num(&mut self, _: CrateNum, hasher: &mut StableHasher);
|
||||
fn hash_spans(&self) -> bool;
|
||||
fn byte_pos_to_line_and_col(
|
||||
&mut self,
|
||||
byte: BytePos,
|
||||
) -> Option<(Lrc<SourceFile>, usize, BytePos)>;
|
||||
fn span_data_to_lines_and_cols(
|
||||
&mut self,
|
||||
span: &SpanData,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue