diff options
author | Jim Meyering <jim@meyering.net> | 2003-08-17 17:48:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-08-17 17:48:14 +0000 |
commit | 4d863fd68b05f344fa8b78ccdfcb2de75bd72b88 (patch) | |
tree | eb4ae28f9ae5e1f67635d995cd6bae876175d38a | |
parent | 2a1a23828c41c5ec0fe5ad869ce1dd72255c4d28 (diff) | |
download | coreutils-4d863fd68b05f344fa8b78ccdfcb2de75bd72b88.tar.xz |
(strtoull): Remove unused declaration.
-rw-r--r-- | src/sys2.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sys2.h b/src/sys2.h index ecfe3353e..ac37547d7 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 |