From: Jim Meyering Date: Sun, 17 Aug 2003 17:48:14 +0000 (+0000) Subject: (strtoull): Remove unused declaration. X-Git-Tag: v5.0.91~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d863fd68b05f344fa8b78ccdfcb2de75bd72b88;p=thirdparty%2Fcoreutils.git (strtoull): Remove unused declaration. --- diff --git a/src/sys2.h b/src/sys2.h index ecfe3353ec..ac37547d7f 100644 --- a/src/sys2.h +++ b/src/sys2.h @@ -389,11 +389,6 @@ off_t lseek (); unsigned long strtoul (); #endif -/* This is needed on some AIX systems. */ -#if !HAVE_DECL_STRTOULL && HAVE_UNSIGNED_LONG_LONG -unsigned long long strtoull (); -#endif - #if !HAVE_DECL_GETLOGIN char *getlogin (); #endif