From f4e1dd1fb8ff0787c4d102d114b4dfd715882419 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Mon, 2 Feb 2015 00:35:44 +0100 Subject: [PATCH] post-receive-email restauration test 1. --- etesian/src/EtesianEngine.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/etesian/src/EtesianEngine.cpp b/etesian/src/EtesianEngine.cpp index 4c192b6d..d16b895a 100644 --- a/etesian/src/EtesianEngine.cpp +++ b/etesian/src/EtesianEngine.cpp @@ -54,8 +54,6 @@ namespace { using coloquinte::point; - - #if HAVE_COLOQUINTE inline bool isNan( const float_t& f ) { return (f != f); }