commit | 42742fc5817a8f2e47c711880501073a9ad86cfc | [log] [tgz] |
---|---|---|
author | Lancelot Six <lancelot.six@amd.com> | Fri Oct 13 09:55:19 2023 +0000 |
committer | Lancelot Six <lancelot.six@amd.com> | Tue Nov 21 11:52:35 2023 +0000 |
tree | a8a3ceb7ef74871b4226955eff34fc9585ba54c3 | |
parent | 6b09f1342cf2d8e2b13a0d634acc3bcf2852a73b [diff] |
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>