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:
François Dumont 2022-04-28 10:01:14 +01:00 committed by Jonathan Wakely
parent 4e4f550a5b
commit f39fcafbc0

View File

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