libstdc++: Remove redundant line in versioned namespace linker script
authorFrançois Dumont <fdumont@gcc.gnu.org>
Thu, 28 Apr 2022 09:01:14 +0000 (10:01 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 28 Apr 2022 09:03:12 +0000 (10:03 +0100)
This doesn't match anything.

libstdc++-v3/ChangeLog:

* config/abi/pre/gnu-versioned-namespace.ver: Remove
std::random_device::* pattern.

libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver

index e9520a6..b37199e 100644 (file)
@@ -28,7 +28,6 @@ GLIBCXX_8.0 {
     {
       std::*;
       std::__8::*;
-      std::random_device::*
     };
 
     # operator new(size_t)