diff options
Diffstat (limited to 'compiler/oat_writer.h')
-rw-r--r-- | compiler/oat_writer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/oat_writer.h b/compiler/oat_writer.h index 7f2045f8da..ef0ce52743 100644 --- a/compiler/oat_writer.h +++ b/compiler/oat_writer.h @@ -231,10 +231,6 @@ class OatWriter { ~OatWriter(); - void AddMethodDebugInfos(const std::vector<debug::MethodDebugInfo>& infos) { - method_info_.insert(method_info_.end(), infos.begin(), infos.end()); - } - ArrayRef<const debug::MethodDebugInfo> GetMethodDebugInfo() const { return ArrayRef<const debug::MethodDebugInfo>(method_info_); } |