This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ Patch/RFC] Remove unify_success / unify_invalid unused parameter?
- From: Jason Merrill <jason at redhat dot com>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 16 Apr 2014 15:47:37 -0400
- Subject: Re: [C++ Patch/RFC] Remove unify_success / unify_invalid unused parameter?
- Authentication-results: sourceware.org; auth=none
- References: <534D5C70 dot 6010306 at oracle dot com>
On 04/15/2014 12:21 PM, Paolo Carlini wrote:
a lot of time ago I noticed that these parameters are unused: should I
prepare a ChangeLog for the below or we have stylistic, etc, reasons for
keeping the parameters?
I'd leave them alone, we might want to print something sometime.
PS: I also see many int return types in the various unify* which could as well be bool. Opinions about that?
Doesn't seem worth bothering to change.
Jason