diff options
author | Abdo Eid <abdoeid.eg@ieee.org> | 2024-12-14 01:16:10 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2024-12-14 01:21:19 +0000 |
commit | 7238b074b59d1e9356456c709df321bc9f6ab8bf (patch) | |
tree | 55d62271afd92e78bcbde2ab7809565288fc18dd | |
parent | ec6cd3b97a59e30ba85179f55144940c6b088f87 (diff) | |
download | gcc-7238b074b59d1e9356456c709df321bc9f6ab8bf.zip gcc-7238b074b59d1e9356456c709df321bc9f6ab8bf.tar.gz gcc-7238b074b59d1e9356456c709df321bc9f6ab8bf.tar.bz2 |
libstdc++: Remove duplicate using-declaration in <wchar.h>
libstdc++-v3/ChangeLog:
* include/c_compatibility/wchar.h (fgetwc): Remove duplicate
using-declaration.
-rw-r--r-- | libstdc++-v3/include/c_compatibility/wchar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libstdc++-v3/include/c_compatibility/wchar.h b/libstdc++-v3/include/c_compatibility/wchar.h index d7420dd..a743adf 100644 --- a/libstdc++-v3/include/c_compatibility/wchar.h +++ b/libstdc++-v3/include/c_compatibility/wchar.h @@ -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; |