Remove useless and unused CrashRecoveryContext::getBacktrace(). This function always...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 25 Mar 2016 20:30:10 +0000 (20:30 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 25 Mar 2016 20:30:10 +0000 (20:30 +0000)
commit3a61a4d10452a992e712be2646b7ecb003a86ddf
treec7522d8ced051717d3e9c593f9c811eb333dae49
parent69632447b198448376d779de1ca790b4445c55cc
Remove useless and unused CrashRecoveryContext::getBacktrace(). This function always returned an empty string.

llvm-svn: 264458
llvm/include/llvm/Support/CrashRecoveryContext.h
llvm/lib/Support/CrashRecoveryContext.cpp