From 37d0bb1f5b53aadfcce98829c463349ef5e30e98 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 13 Feb 2020 00:24:52 -0500 Subject: [PATCH] libiberty.h: punt duplicate strverscmp prototype SVN r216772 accidentally copied & pasted this prototype when adding other ones nearby. include/ChangeLog: * libiberty.h (strverscmp): Delete duplicate prototype. --- include/libiberty.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/libiberty.h b/include/libiberty.h index 591e9ac48d4..46d394728c7 100644 --- a/include/libiberty.h +++ b/include/libiberty.h @@ -713,11 +713,6 @@ extern unsigned long long int strtoull (const char *nptr, char **endptr, int base); #endif -#if defined(HAVE_DECL_STRVERSCMP) && !HAVE_DECL_STRVERSCMP -/* Compare version strings. */ -extern int strverscmp (const char *, const char *); -#endif - /* Set the title of a process */ extern void setproctitle (const char *name, ...); -- 2.30.2