From: Jim Meyering Date: Sun, 23 Oct 2005 15:55:30 +0000 (+0000) Subject: Remove no-longer-relevant comment. X-Git-Tag: v6.0~1497 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00ba9322af95116e43e4d98af45571ea7d035084;p=thirdparty%2Fcoreutils.git Remove no-longer-relevant comment. --- diff --git a/lib/sha512.h b/lib/sha512.h index cee3a0719b..5a2b5ce356 100644 --- a/lib/sha512.h +++ b/lib/sha512.h @@ -21,13 +21,6 @@ # include -/* The following contortions are an attempt to use the C preprocessor - to determine an unsigned integral type that is 64 bits wide. An - alternative approach is to use autoconf's AC_CHECK_SIZEOF macro, but - doing that would require that the configure script compile and *run* - the resulting executable. Locally running cross-compiled executables - is usually not possible. */ - # if HAVE_INTTYPES_H # include # endif