From 393be56421a81e44c8728c8b31df66b319697398 Mon Sep 17 00:00:00 2001 From: Lancelot Six Date: Fri, 13 Oct 2023 10:23:59 +0000 Subject: gdbsupport: Remove gdb::string_view Now that all places using gdb::string_view have been updated to use std::string_view, this patch drops the gdb::string_view implementation and the tests which came with it. As this drops the unittests/string_view-selftests.c, this also implicitly solves PR build/23676, as pointed-out by Tom Tromey. Change-Id: Idf5479b09e0ac536917b3f0e13aca48424b90df0 Approved-By: Tom Tromey Approved-By: Pedro Alves Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=23676 --- gdb/Makefile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/Makefile.in') diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 714564f..a50628e 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -482,7 +482,6 @@ SELFTESTS_SRCS = \ unittests/scoped_mmap-selftests.c \ unittests/scoped_restore-selftests.c \ unittests/search-memory-selftests.c \ - unittests/string_view-selftests.c \ unittests/style-selftests.c \ unittests/tracepoint-selftests.c \ unittests/tui-selftests.c \ -- cgit v1.1