diff options
author | 2024-06-12 07:46:46 +0000 | |
---|---|---|
committer | 2024-06-13 14:20:24 +0000 | |
commit | 20f803bad38828a3e1d7754d7123971b7b42ddba (patch) | |
tree | 71408134bec25cfcc24e2d68af9b414a93ec4110 /runtime/class_linker.cc | |
parent | 155920b599580c86d341181cd544d14bbca32e76 (diff) |
Use C++20 `string{,_view}::{starts,ends}_with()`, part 1.
Remove the header file `string_view_cpp20.h` and update
all source files that previously used this header file.
Test: m test-art-host-gtest
Test: testrunner.py --host --optimizing
Change-Id: Iafcdfc838a97deed7fb3a37cc8afe1f7ee78306b
Diffstat (limited to 'runtime/class_linker.cc')
-rw-r--r-- | runtime/class_linker.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/class_linker.cc b/runtime/class_linker.cc index 52caa9f1cf..c8394b2a5d 100644 --- a/runtime/class_linker.cc +++ b/runtime/class_linker.cc @@ -56,7 +56,6 @@ #include "base/scoped_arena_containers.h" #include "base/scoped_flock.h" #include "base/stl_util.h" -#include "base/string_view_cpp20.h" #include "base/systrace.h" #include "base/time_utils.h" #include "base/unix_file/fd_file.h" |