From f39fcafbc0d2c49593dd8351b87cf43da9227953 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Dumont?= Date: Thu, 28 Apr 2022 10:01:14 +0100 Subject: [PATCH] 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. --- libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver | 1 - 1 file changed, 1 deletion(-) diff --git a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver index e9520a6421eb..b37199ece726 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) -- 2.43.5