From 20f803bad38828a3e1d7754d7123971b7b42ddba Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Wed, 12 Jun 2024 07:46:46 +0000 Subject: 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 --- compiler/driver/compiler_options.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/driver/compiler_options.cc') diff --git a/compiler/driver/compiler_options.cc b/compiler/driver/compiler_options.cc index 8b415c641d..fe59d98b32 100644 --- a/compiler/driver/compiler_options.cc +++ b/compiler/driver/compiler_options.cc @@ -25,7 +25,6 @@ #include "arch/instruction_set_features.h" #include "art_method-inl.h" #include "base/runtime_debug.h" -#include "base/string_view_cpp20.h" #include "base/variant_map.h" #include "class_linker.h" #include "cmdline_parser.h" -- cgit v1.2.3-59-g8ed1b