Re: [PATCH] Removed a duplicate line of code.

2024-12-07 Thread Andrew Pinski
On Sat, Dec 7, 2024 at 5:55 PM Abdo Eid wrote: > > While searching for the implementaion of the `fgetwc()`, I found that its > using declaration is redundant and removed it. Two things about this patch. ChangeLog goes in the commit message now rather than a patch to ChangeLog (the entry is autom

[PATCH] Removed a duplicate line of code.

2024-12-07 Thread Abdo Eid
While searching for the implementaion of the `fgetwc()`, I found that its using declaration is redundant and removed it. diff --git a/ChangeLog b/ChangeLog index 9660c5260a7..3c2952abb69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2024-12-08 Abdo Eid + * include/c_compatibility/wch