aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorLancelot Six <lancelot.six@amd.com>2023-10-13 09:55:19 +0000
committerLancelot Six <lancelot.six@amd.com>2023-11-21 11:52:35 +0000
commit42742fc5817a8f2e47c711880501073a9ad86cfc (patch)
treea8a3ceb7ef74871b4226955eff34fc9585ba54c3 /gdb/Makefile.in
parent6b09f1342cf2d8e2b13a0d634acc3bcf2852a73b (diff)
downloadfsf-binutils-gdb-42742fc5817a8f2e47c711880501073a9ad86cfc.zip
fsf-binutils-gdb-42742fc5817a8f2e47c711880501073a9ad86cfc.tar.gz
fsf-binutils-gdb-42742fc5817a8f2e47c711880501073a9ad86cfc.tar.bz2
gdbsupport: remove gdb::optional
The previous patch migrated all the uses of gdb::optional to use std::optional instead, so gdb::optional can be removed entirely as well as the self-tests which came with it. Change-Id: I96ecd67b850b01be10ef00eb85a78ac647d5adc7 Approved-By: Tom Tromey <tom@tromey.com> Approved-By: Pedro Alves <pedro@palves.net>
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 52b0869..714564f 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -469,7 +469,6 @@ SELFTESTS_SRCS = \
unittests/memrange-selftests.c \
unittests/offset-type-selftests.c \
unittests/observable-selftests.c \
- unittests/optional-selftests.c \
unittests/packed-selftests.c \
unittests/parallel-for-selftests.c \
unittests/parse-connection-spec-selftests.c \