Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove dead cfg method
  • Loading branch information
Mark-Simulacrum committed Dec 3, 2019
1 parent f2a8aed commit e810b7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libsyntax_expand/base.rs
Expand Up @@ -924,7 +924,6 @@ impl<'a> ExtCtxt<'a> {
}
pub fn source_map(&self) -> &'a SourceMap { self.parse_sess.source_map() }
pub fn parse_sess(&self) -> &'a ParseSess { self.parse_sess }
pub fn cfg(&self) -> &ast::CrateConfig { &self.parse_sess.config }
pub fn call_site(&self) -> Span {
self.current_expansion.id.expn_data().call_site
}
Expand Down

0 comments on commit e810b7e

Please sign in to comment.