ifdeffed out a static function that was not used.

This commit is contained in:
Harry Moffat 2005-01-03 23:12:11 +00:00
parent 3b4597521d
commit ae5a3d3c54

View file

@ -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