]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libiberty.h: punt duplicate strverscmp prototype
authorMike Frysinger <vapier@gentoo.org>
Thu, 13 Feb 2020 05:24:52 +0000 (00:24 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 3 Jan 2021 02:51:14 +0000 (21:51 -0500)
SVN r216772 accidentally copied & pasted this prototype when adding
other ones nearby.

include/ChangeLog:

* libiberty.h (strverscmp): Delete duplicate prototype.

include/libiberty.h

index 591e9ac48d44529274817eb123381626b1c777cc..46d394728c7522b65a73a2793887a4d291b688e1 100644 (file)
@@ -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, ...);