From 3b276d243809b14b6986f528ae498d3ebc758f3f Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Wed, 23 Aug 2023 16:55:33 +0200 Subject: 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 --- runtime/fault_handler.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/fault_handler.cc') 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" -- cgit v1.2.3-59-g8ed1b