summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnulib-local/Makefile.am3
-rw-r--r--gnulib-local/lib/diffseq.h.diff13
2 files changed, 1 insertions, 15 deletions
diff --git a/gnulib-local/Makefile.am b/gnulib-local/Makefile.am
index bcb23b098..8045a8068 100644
--- a/gnulib-local/Makefile.am
+++ b/gnulib-local/Makefile.am
@@ -1,5 +1,5 @@
## 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
@@ -26,7 +26,6 @@ lib/backupfile.c \
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 \
diff --git a/gnulib-local/lib/diffseq.h.diff b/gnulib-local/lib/diffseq.h.diff
deleted file mode 100644
index ebd3b1953..000000000
--- a/gnulib-local/lib/diffseq.h.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-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)