Skip to content

Commit e810b7e

Browse files
Remove dead cfg method
1 parent f2a8aed commit e810b7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libsyntax_expand/base.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,6 @@ impl<'a> ExtCtxt<'a> {
924924
}
925925
pub fn source_map(&self) -> &'a SourceMap { self.parse_sess.source_map() }
926926
pub fn parse_sess(&self) -> &'a ParseSess { self.parse_sess }
927-
pub fn cfg(&self) -> &ast::CrateConfig { &self.parse_sess.config }
928927
pub fn call_site(&self) -> Span {
929928
self.current_expansion.id.expn_data().call_site
930929
}

0 commit comments

Comments
 (0)