libstdc++: Remove redundant reclaration of std::optional
commit5d5193f0734fb4706940f7ac79899da25250be9d
authorJonathan Wakely <jwakely@redhat.com>
Tue, 20 Aug 2024 10:54:25 +0000 (20 11:54 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 20 Aug 2024 20:51:50 +0000 (20 21:51 +0100)
treeedc68e9ec4e4c674f5c8a5978ae752440e5db55f
parent91ae46853858a2aa4eb8640ce1a72124679a3909
libstdc++: Remove redundant reclaration of std::optional

We've already declared optional at the top of the header, so don't need
to do it again.

libstdc++-v3/ChangeLog:

* include/std/optional: Remove redundant redeclaration.
libstdc++-v3/include/std/optional