Remove the vestigial ExtCtxt::print_backtrace function.

It was added in 2011-08-05 and reduced to a no-op ten days later.
This commit is contained in:
Ryan Prichard
2015-04-09 22:42:59 -07:00
parent fab3295cba
commit ddbdf51f39
2 changed files with 0 additions and 12 deletions

View File

@@ -26,8 +26,6 @@ pub fn expand_syntax_ext<'cx>(cx: &'cx mut base::ExtCtxt,
return base::DummyResult::any(sp);
}
cx.print_backtrace();
println!("{}", print::pprust::tts_to_string(tts));
// any so that `log_syntax` can be invoked as an expression and item.