Date: Friday, January 27, 2006 @ 15:59:20
  Author: marc
    Path: /cvsroot/carob/carob/test/40-Parameter-PreparedStatement

Modified: TestIEEE754.cpp (1.7 -> 1.8)

Removed obsolete ancillary debug functions.


-----------------+
 TestIEEE754.cpp |   17 -----------------
 1 files changed, 17 deletions(-)


Index: carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp
diff -u carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp:1.7 
carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp:1.8
--- carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp:1.7       Fri Jan 
27 15:54:00 2006
+++ carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp   Fri Jan 27 
15:59:20 2006
@@ -52,23 +52,6 @@
     typedef std::numeric_limits<double> Doubles;
     typedef struct _fd { float f; double d; } fd_t;
 
-    bool
-    is_nan(float f)
-    { return (f != f); }
-  
-    int
-    check_inf(float f)
-    {
-        if (Floats::max() < f)
-            return 1;
-        if (f < Floats::min())
-            return -1;
-    
-        return 0;
-    }
-
-
-
 void
 printrow(float f, double d)
 {

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to