From e7923cedbbf9212490c5dc34de6a34abcfd748db Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 28 Dec 2016 00:17:37 -0500 Subject: [PATCH] [SCons] Remove unnecessary configuration tests --- SConstruct | 3 --- 1 file changed, 3 deletions(-) diff --git a/SConstruct b/SConstruct index aae10ebd0..9c4ee1176 100644 --- a/SConstruct +++ b/SConstruct @@ -852,9 +852,6 @@ def get_expression_value(includes, expression): '}\n')) return '\n'.join(s) -env['HAS_TIMES_H'] = conf.CheckCHeader('sys/times.h', '""') -env['HAS_UNISTD_H'] = conf.CheckCHeader('unistd.h', '""') - # Determine which standard library to link to when using Fortran to # compile code that links to Cantera env['HAS_GLIBCXX'] = conf.CheckDeclaration('__GLIBCXX__', '#include ', 'C++')