Merge "Remove leftover commented out code."

This commit is contained in:
Christopher Ferris 2018-03-06 22:11:26 +00:00 committed by Gerrit Code Review
commit 3399853809

View file

@ -77,7 +77,6 @@ void Unwinder::FillInDexFrame() {
return;
}
// dex_files_->GetMethodInformation(dex_pc - dex_offset, dex_offset, info, &frame->function_name,
dex_files_->GetMethodInformation(maps_, info, dex_pc, &frame->function_name,
&frame->function_offset);
#endif