OSDN Git Service

Remove comment that cbrt() isn't being used.
authorBruce Momjian <bruce@momjian.us>
Mon, 26 May 2003 00:55:25 +0000 (00:55 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 26 May 2003 00:55:25 +0000 (00:55 +0000)
src/backend/utils/adt/float.c

index 2148145..08ee765 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.88 2003/05/25 05:30:57 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.89 2003/05/26 00:55:25 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -1968,7 +1968,6 @@ float84ge(PG_FUNCTION_ARGS)
 /* ========== PRIVATE ROUTINES ========== */
 
 #ifndef HAVE_CBRT
-/* I doubt this is still needed by any platform.  2003-05-25 */
 static double
 cbrt(double x)
 {