summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2020-01-11 19:23:32 -0800
committerJim Meyering <meyering@fb.com>2020-01-11 19:24:08 -0800
commitdef38eb00e58608832e5eb4e7b427f9cb6011f4a (patch)
treea8ff10c48974bbd01ca12a1e30b5338dfcde5db8
parent5766a986477635fbbe58b8a668b2c8221f2c9fe5 (diff)
downloadsed-def38eb00e58608832e5eb4e7b427f9cb6011f4a.tar.gz
sed: avoid MSVC build failure
* sed/sed.c (usage): Remove unnecessary forward declaration. Reported by Bruno Haible in https://lists.gnu.org/r/sed-devel/2020-01/msg00007.html
-rw-r--r--sed/sed.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sed/sed.c b/sed/sed.c
index df88b2a..f75e4b6 100644
--- a/sed/sed.c
+++ b/sed/sed.c
@@ -117,7 +117,6 @@ cancel_cleanup (void)
G_file_to_unlink = NULL;
}
-static void usage (int);
static void
contact (int errmsg)
{