]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Remove duplicate using-declaration in <wchar.h>
authorAbdo Eid <abdoeid.eg@ieee.org>
Sat, 14 Dec 2024 01:16:10 +0000 (01:16 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Sat, 14 Dec 2024 01:21:19 +0000 (01:21 +0000)
libstdc++-v3/ChangeLog:

* include/c_compatibility/wchar.h (fgetwc): Remove duplicate
using-declaration.

libstdc++-v3/include/c_compatibility/wchar.h

index d7420dd1745484652b86a2fe95cd53ec15798e8f..a743adf8c55bba82ebb2f501b018b9f3b575b796 100644 (file)
@@ -40,7 +40,6 @@ using std::wint_t;
 using std::btowc;
 using std::wctob;
 using std::fgetwc;
-using std::fgetwc;
 using std::fgetws;
 using std::fputwc;
 using std::fputws;