]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
dfa: Remove a redundant forward declaration.
authorBruno Haible <bruno@clisp.org>
Sun, 3 May 2026 08:32:35 +0000 (10:32 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 3 May 2026 13:34:20 +0000 (15:34 +0200)
* lib/dfa.h: Remove redundant 'struct dfamust' forward declaration.

ChangeLog
lib/dfa.h

index 9d96f6d09089aa84ed9d4e87b28942e14ffde82a..af44055e31e73f7591c86b1dc2a63641210902c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2026-05-03  Bruno Haible  <bruno@clisp.org>
+
+       dfa: Remove a redundant forward declaration.
+       * lib/dfa.h: Remove redundant 'struct dfamust' forward declaration.
+
 2026-05-02  Collin Funk  <collin.funk1@gmail.com>
 
        crypto/af_alg: Silence -Wzero-as-null-pointer-constant warning.
index 71a944176ea6313b06b970d557356e58c1b9ad63..61e0faf602905e8bd594235f8439248f1dee4a8c 100644 (file)
--- 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 *);