libstdc++: Remove stray pragma in new header [PR119642]

libstdc++-v3/ChangeLog:

	PR libstdc++/119642
	* include/bits/formatfwd.h: Remove stray pragma.
This commit is contained in:
Jonathan Wakely 2025-04-07 11:30:41 +01:00 committed by Jonathan Wakely
parent 107f8de8fb
commit 3b1cf36eb4
No known key found for this signature in database

View file

@ -67,5 +67,4 @@ namespace __format
_GLIBCXX_END_NAMESPACE_VERSION
} // namespace std
#endif // __glibcxx_format
#pragma GCC diagnostic pop
#endif // _GLIBCXX_FORMAT_FWD_H