mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-18 16:44:57 +08:00
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.
This commit is contained in:
parent
4e4f550a5b
commit
f39fcafbc0
@ -28,7 +28,6 @@ GLIBCXX_8.0 {
|
||||
{
|
||||
std::*;
|
||||
std::__8::*;
|
||||
std::random_device::*
|
||||
};
|
||||
|
||||
# operator new(size_t)
|
||||
|
Loading…
Reference in New Issue
Block a user