diff options
author | 2023-08-23 16:55:33 +0200 | |
---|---|---|
committer | 2023-08-24 16:11:20 +0000 | |
commit | 3b276d243809b14b6986f528ae498d3ebc758f3f (patch) | |
tree | 265a6a0aabe2c4c81d13898e6f3ef0623423b0f4 /runtime/fault_handler.cc | |
parent | 6863692a0e4ebde79b2c7d03478cb7b5e27ba5fc (diff) |
Remove `SafeCopy`.
This code is unused since
https://android-review.googlesource.com/2318778 .
Test: buildbot-build.sh --target
Bug: 296577614
Bug: 38383823
Change-Id: I4db5f12add98a59f138ebc586a4806d218601822
Diffstat (limited to 'runtime/fault_handler.cc')
-rw-r--r-- | runtime/fault_handler.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/fault_handler.cc b/runtime/fault_handler.cc index 75a14df32c..af311d23cf 100644 --- a/runtime/fault_handler.cc +++ b/runtime/fault_handler.cc @@ -25,7 +25,6 @@ #include "art_method-inl.h" #include "base/logging.h" // For VLOG #include "base/membarrier.h" -#include "base/safe_copy.h" #include "base/stl_util.h" #include "dex/dex_file_types.h" #include "gc/heap.h" |