Remove leftover commented out code.

Test: Compiles.
Change-Id: Icf1cf1640e76450d5327395eb94dbd87d2faac36
(cherry picked from commit 81744ac69f)
This commit is contained in:
Christopher Ferris 2018-02-27 14:49:18 -08:00
parent 8aaf581b4d
commit fc8febc888

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