summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Ferris2018-03-06 16:11:26 -0600
committerGerrit Code Review2018-03-06 16:11:26 -0600
commit3399853809eff7a34748f0d570224c4d399d2baf (patch)
treefe54de815367be2312e0f7aa031f2afbebe79fae
parent5180d5b4dc77eac334632902dae9bc6794ca3299 (diff)
parent81744ac69f0f196f40e1d2821693cbfb40281004 (diff)
downloadplatform-system-core-3399853809eff7a34748f0d570224c4d399d2baf.tar.gz
platform-system-core-3399853809eff7a34748f0d570224c4d399d2baf.tar.xz
platform-system-core-3399853809eff7a34748f0d570224c4d399d2baf.zip
Merge "Remove leftover commented out code."
-rw-r--r--libunwindstack/Unwinder.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libunwindstack/Unwinder.cpp b/libunwindstack/Unwinder.cpp
index 7da699441..94edb1cc8 100644
--- a/libunwindstack/Unwinder.cpp
+++ b/libunwindstack/Unwinder.cpp
@@ -77,7 +77,6 @@ void Unwinder::FillInDexFrame() {
77 return; 77 return;
78 } 78 }
79 79
80 // dex_files_->GetMethodInformation(dex_pc - dex_offset, dex_offset, info, &frame->function_name,
81 dex_files_->GetMethodInformation(maps_, info, dex_pc, &frame->function_name, 80 dex_files_->GetMethodInformation(maps_, info, dex_pc, &frame->function_name,
82 &frame->function_offset); 81 &frame->function_offset);
83#endif 82#endif