mbox series

[0/2] Makefile & gettext.c: remove warning & long comment

Message ID 20210111131451.7084-1-avarab@gmail.com (mailing list archive)
Headers show
Series Makefile & gettext.c: remove warning & long comment | expand

Message

Ævar Arnfjörð Bjarmason Jan. 11, 2021, 1:14 p.m. UTC
We've got a huge comment in gettext.c that nobody cares about anymore,
remove it, and an old warning in the Makefile while I'm at it.

This doesn't conflict with any other patches I'm about to submit, I
wanted to submit it separately because these are small isolated
non-contentious changes.

Ævar Arnfjörð Bjarmason (2):
  Makefile: remove a warning about old GETTEXT_POISON flag
  gettext.c: remove/reword a mostly-useless comment

 Makefile  |  3 --
 gettext.c | 94 +++++++++----------------------------------------------
 2 files changed, 15 insertions(+), 82 deletions(-)

Comments

Junio C Hamano Jan. 11, 2021, 9:06 p.m. UTC | #1
Ævar Arnfjörð Bjarmason  <avarab@gmail.com> writes:

> We've got a huge comment in gettext.c that nobody cares about anymore,
> remove it, and an old warning in the Makefile while I'm at it.
>
> This doesn't conflict with any other patches I'm about to submit, I
> wanted to submit it separately because these are small isolated
> non-contentious changes.

Both look sensible.

Thanks, will queue.

> Ævar Arnfjörð Bjarmason (2):
>   Makefile: remove a warning about old GETTEXT_POISON flag
>   gettext.c: remove/reword a mostly-useless comment
>
>  Makefile  |  3 --
>  gettext.c | 94 +++++++++----------------------------------------------
>  2 files changed, 15 insertions(+), 82 deletions(-)