diff options
author | Lancelot Six <lancelot.six@amd.com> | 2023-10-13 10:23:59 +0000 |
---|---|---|
committer | Lancelot Six <lancelot.six@amd.com> | 2023-11-21 11:52:36 +0000 |
commit | 393be56421a81e44c8728c8b31df66b319697398 (patch) | |
tree | 9c173828a2b54aeac5329a1acd9cdcb90a36b8f5 /gdb/Makefile.in | |
parent | 882b0505164f9474ef565cbc237df34a65061a8f (diff) | |
download | gdb-393be56421a81e44c8728c8b31df66b319697398.zip gdb-393be56421a81e44c8728c8b31df66b319697398.tar.gz gdb-393be56421a81e44c8728c8b31df66b319697398.tar.bz2 |
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 <tom@tromey.com>
Approved-By: Pedro Alves <pedro@palves.net>
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=23676
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |