po: remove bitset/stats.c

* po/POTFILES.in: here.
This commit is contained in:
Akim Demaille
2019-01-12 09:23:53 +01:00
parent 70a4b97daf
commit 7d545fd23f
2 changed files with 8 additions and 1 deletions

8
TODO
View File

@@ -45,6 +45,14 @@ file", or "end of input", whatever.
** use gettext-h in gnulib instead of gettext ** use gettext-h in gnulib instead of gettext
** use gnulib-po ** use gnulib-po
For some reason, according to syntax-check, we have to keep getopt.c in
POTIFILES.in, but not bitset/stats.c, although both come from gnulib. But
bitset/stats.c is a symlink, not getopt.c. This is fishy and should be
fixed.
Meanwhile, bitset/stats.c is removed from the set of translations, which is
not too much of a problem as users are not expected to see this.
* Completion * Completion
Several features are not available in all the backends. Several features are not available in all the backends.

View File

@@ -18,7 +18,6 @@ src/scan-skel.l
src/symtab.c src/symtab.c
lib/argmatch.c lib/argmatch.c
lib/bitset/stats.c
lib/closeout.c lib/closeout.c
lib/error.c lib/error.c
lib/getopt.c lib/getopt.c