summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-05-06 23:56:04 +0200
committerKevin Ryde <user42@zip.com.au>2002-05-06 23:56:04 +0200
commit6c2b781b1585cae06db096ccb37036daaba194c8 (patch)
treedf1f4f1c930d0c884c252516e0243cb76c5c46f2
parent4990064019bcee2e8e5876093739f768a10bc098 (diff)
downloadgmp-6c2b781b1585cae06db096ccb37036daaba194c8.tar.gz
Remove a bogus comment.
-rw-r--r--printf/asprntffuns.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/printf/asprntffuns.c b/printf/asprntffuns.c
index 67192a1bc..6e1368190 100644
--- a/printf/asprntffuns.c
+++ b/printf/asprntffuns.c
@@ -22,13 +22,7 @@ MA 02111-1307, USA. */
/* These routines are in a separate file so that the mpz_t, mpq_t and mpf_t
operator<< routines can avoid dragging vsnprintf into the link (via
- __gmp_asprintf_format).
-
- These routines are only needed to support gmp_asprintf if vsnprintf
- exists, or to support mpz_out_ostream if C++ has been enabled, and could
- therefore be under "#if HAVE_VSNPRINTF || WANT_CXX". But they're
- provided unconditionally so that the contents of libgmp don't depend on
- the setting of --enable-cxx. */
+ __gmp_asprintf_format). */
#include "config.h"