diff options
author | François Dumont <fdumont@gcc.gnu.org> | 2022-04-28 10:01:14 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2022-04-28 10:03:12 +0100 |
commit | f39fcafbc0d2c49593dd8351b87cf43da9227953 (patch) | |
tree | 08e0d20a266edee1f2924e55aee041a267f633ed /libstdc++-v3 | |
parent | 4e4f550a5bc588a76452941cb3fb887a20f8a6cc (diff) | |
download | gcc-f39fcafbc0d2c49593dd8351b87cf43da9227953.tar.gz |
libstdc++: Remove redundant line in versioned namespace linker script
This doesn't match anything.
libstdc++-v3/ChangeLog:
* config/abi/pre/gnu-versioned-namespace.ver: Remove
std::random_device::* pattern.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver index e9520a6421e..b37199ece72 100644 --- a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver +++ b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver @@ -28,7 +28,6 @@ GLIBCXX_8.0 { { std::*; std::__8::*; - std::random_device::* }; # operator new(size_t) |