summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-17 17:48:14 +0000
committerJim Meyering <jim@meyering.net>2003-08-17 17:48:14 +0000
commit4d863fd68b05f344fa8b78ccdfcb2de75bd72b88 (patch)
treeeb4ae28f9ae5e1f67635d995cd6bae876175d38a /src
parent2a1a23828c41c5ec0fe5ad869ce1dd72255c4d28 (diff)
downloadcoreutils-4d863fd68b05f344fa8b78ccdfcb2de75bd72b88.tar.xz
(strtoull): Remove unused declaration.
Diffstat (limited to 'src')
-rw-r--r--src/sys2.h5
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