diff --git a/include/libiberty.h b/include/libiberty.h index 591e9ac48d44..46d394728c75 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, ...);