* gnulib-local/lib/diffseq.h.diff: Remove file.
* gnulib-local/Makefile.am (EXTRA_DIST): Remove it.
## Makefile for the gnulib-local directory of GNU gettext
-## Copyright (C) 2006-2008, 2010-2012, 2014-2020 Free Software Foundation, Inc.
+## Copyright (C) 2006-2008, 2010-2012, 2014-2021 Free Software Foundation, Inc.
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
lib/backupfile.h \
lib/closeout.c \
lib/closeout.h \
-lib/diffseq.h.diff \
lib/error.h.diff \
lib/error-progname.c \
lib/error-progname.h \
+++ /dev/null
-diff --git a/diffseq.h b/diffseq.h
-index 1974c36..02ef9f2 100644
---- a/diffseq.h
-+++ b/diffseq.h
-@@ -207,7 +207,7 @@ diag (OFFSET xoff, OFFSET xlim, OFFSET yoff, OFFSET ylim,
- for (c = 1;; ++c)
- {
- OFFSET d; /* Active diagonal. */
-- bool big_snake = false;
-+ bool big_snake _GL_UNUSED = false;
-
- /* Extend the top-down search by an edit step in each diagonal. */
- if (fmin > dmin)