From: Bruno Haible Date: Sun, 3 May 2026 08:32:35 +0000 (+0200) Subject: dfa: Remove a redundant forward declaration. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef02abc0f8852656f66fba88484bba3dc79717cb;p=thirdparty%2Fgnulib.git dfa: Remove a redundant forward declaration. * lib/dfa.h: Remove redundant 'struct dfamust' forward declaration. --- diff --git a/ChangeLog b/ChangeLog index 9d96f6d090..af44055e31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2026-05-03 Bruno Haible + + dfa: Remove a redundant forward declaration. + * lib/dfa.h: Remove redundant 'struct dfamust' forward declaration. + 2026-05-02 Collin Funk crypto/af_alg: Silence -Wzero-as-null-pointer-constant warning. diff --git a/lib/dfa.h b/lib/dfa.h index 71a944176e..61e0faf602 100644 --- a/lib/dfa.h +++ b/lib/dfa.h @@ -105,8 +105,6 @@ extern void dfacopysyntax (struct dfa *, struct dfa const *); /* Parse the given string of given length into the given struct dfa. */ extern void dfaparse (char const *, idx_t, struct dfa *); -struct dfamust; - /* Free the storage held by the components of a struct dfamust. */ extern void dfamustfree (struct dfamust *);