Merge pull request #263 from bska/remove-redef-kluge

Disable build kluge that is no longer pertinent
This commit is contained in:
Atgeirr Flø Rasmussen 2013-06-24 06:02:10 -07:00
commit 34f2d637ab
3 changed files with 0 additions and 6 deletions

View File

@ -24,8 +24,6 @@
#include <opm/core/linalg/LinearSolverIstl.hpp>
#include <opm/core/utility/have_boost_redef.hpp>
// Silence compatibility warning from DUNE headers since we don't use
// the deprecated member anyway (in this compilation unit)
#define DUNE_COMMON_FIELDVECTOR_SIZE_IS_METHOD 1

View File

@ -19,8 +19,6 @@
*/
#include <config.h>
#include <opm/core/utility/have_boost_redef.hpp>
#if defined(HAVE_DYNAMIC_BOOST_TEST)
#define BOOST_TEST_DYN_LINK
#endif

View File

@ -18,8 +18,6 @@
*/
#include <config.h>
#include <opm/core/utility/have_boost_redef.hpp>
#if defined(HAVE_DYNAMIC_BOOST_TEST)
#define BOOST_TEST_DYN_LINK
#endif