From 6c2b781b1585cae06db096ccb37036daaba194c8 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Mon, 6 May 2002 23:56:04 +0200 Subject: Remove a bogus comment. --- printf/asprntffuns.c | 8 +------- 1 file changed, 1 insertion(+), 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" -- cgit v1.2.1