]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
libgettextpo: Remove unused object files.
authorBruno Haible <bruno@clisp.org>
Sat, 3 Aug 2024 10:21:26 +0000 (12:21 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 4 Aug 2024 23:03:55 +0000 (01:03 +0200)
* gettext-tools/src/read-po-lex.h: Don't include xerror.h.
* gettext-tools/libgettextpo/Makefile.am (libgettextpo_la_AUXSOURCES): Remove
po-xerror.c and po-error.c.
* autogen.sh (GNULIB_MODULES_LIBGETTEXTPO): Remove xerror.

.gitignore
autogen.sh
gettext-tools/libgettextpo/Makefile.am
gettext-tools/src/read-po-lex.h

index 8eb681cece66d37b9b0b220db4eb7bf982c4662c..8ab3d53a376b0aaab2d7a10bbd43f0eb77520a7f 100644 (file)
 /gettext-tools/libgettextpo/xalloc.h
 /gettext-tools/libgettextpo/xasprintf.c
 /gettext-tools/libgettextpo/xconcat-filename.c
-/gettext-tools/libgettextpo/xerror.c
-/gettext-tools/libgettextpo/xerror.h
 /gettext-tools/libgettextpo/xmalloc.c
 /gettext-tools/libgettextpo/xmalloca.c
 /gettext-tools/libgettextpo/xmalloca.h
index 82e43299bb08e1dea707ddeb451d374bb0d12966..0e7f34155695b62779d340b7d47666903735a850 100755 (executable)
@@ -398,7 +398,6 @@ if ! $skip_gnulib; then
     xalloc
     xconcat-filename
     xmalloca
-    xerror
     xstriconv
     xvasprintf
   '
index 41f55b1b4ac6cdca5c066ac64fcd46bc33708920..f38543b2362f2586639f1379bd7512648dcbe855 100644 (file)
@@ -57,8 +57,6 @@ libgettextpo_la_AUXSOURCES = \
   ../src/message.c \
   ../src/pos.c \
   ../src/msgl-ascii.c \
-  ../src/po-error.c \
-  ../src/po-xerror.c \
   ../src/write-catalog.c \
   ../src/write-po.c \
   ../src/po-charset.c \
index 69152be34e01778cc8c505c6a43d03813fc2f3ed..57a2b68f5c2ce5baaf5251eec569a75ed9ee02f0 100644 (file)
@@ -25,7 +25,6 @@
 
 #include <error.h>
 #include "error-progname.h"
-#include "xerror.h"
 #include "pos.h"
 #include "read-catalog-abstract.h"