Remove extra float.h I added.

This commit is contained in:
Bruce Momjian 1997-09-24 15:40:59 +00:00
parent 837f0cbea0
commit 55780ae0e8
1 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.22 1997/09/23 22:53:37 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.23 1997/09/24 15:40:59 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -1523,8 +1523,6 @@ double x;
#undef class
#endif /* CLASS_CONFICT */
#include <float.h>
static int
isinf(x)
double x;