From 4d863fd68b05f344fa8b78ccdfcb2de75bd72b88 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 17 Aug 2003 17:48:14 +0000 Subject: [PATCH] (strtoull): Remove unused declaration. --- src/sys2.h | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.47.2