From: Bruno Haible Date: Fri, 2 Jun 2023 23:27:57 +0000 (+0200) Subject: Code perfectionism. X-Git-Tag: v0.22~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffeef8ce9786ac5d31907d0f2a8dea7eaf7a0ca9;p=thirdparty%2Fgettext.git Code perfectionism. * gettext-tools/src/write-po.c (putc): Remove unused macro. --- diff --git a/gettext-tools/src/write-po.c b/gettext-tools/src/write-po.c index 119049631..1f1742cd9 100644 --- a/gettext-tools/src/write-po.c +++ b/gettext-tools/src/write-po.c @@ -54,11 +54,6 @@ /* Our regular abbreviation. */ #define _(str) gettext (str) -#if HAVE_DECL_PUTC_UNLOCKED -# undef putc -# define putc putc_unlocked -#endif - /* =================== Putting together a #, flags line. =================== */