From ae5a3d3c54994e8117637d3bac5af636142c9224 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Mon, 3 Jan 2005 23:12:11 +0000 Subject: [PATCH] ifdeffed out a static function that was not used. --- Cantera/src/ct2ctml.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cantera/src/ct2ctml.cpp b/Cantera/src/ct2ctml.cpp index 6eee34b77..54028bec4 100644 --- a/Cantera/src/ct2ctml.cpp +++ b/Cantera/src/ct2ctml.cpp @@ -48,6 +48,7 @@ namespace ctml { return s; } +#ifdef NOT_USED static bool checkPython() { time_t aclock; time( &aclock ); @@ -96,7 +97,7 @@ namespace ctml { #endif return true; } - +#endif void ct2ctml(const char* file) { @@ -151,7 +152,7 @@ namespace ctml { * problem as well. There may be more direct ways * to fix this bug; however, I am not aware of them. */ -#if defined(CYGWIN) +#ifdef CYGWIN #ifdef DEBUG_PATHS writelog("sleeping for 3 secs+\n"); #endif