diff options
author | Michele Calgaro <[email protected]> | 2024-10-27 12:49:27 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-10-27 12:49:27 +0900 |
commit | 6b1f9116760b2a693428cc93a0304dd3d7d2856a (patch) | |
tree | 0f76cad58737b69c009d1c9026d1d68162f2cb65 /indexlib/boost-compat/config/select_compiler_config.h | |
parent | 694c1459e17db537f3bc19dabb0e47b369f25980 (diff) | |
download | tdepim-6b1f9116760b2a693428cc93a0304dd3d7d2856a.tar.gz tdepim-6b1f9116760b2a693428cc93a0304dd3d7d2856a.zip |
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'indexlib/boost-compat/config/select_compiler_config.h')
-rw-r--r-- | indexlib/boost-compat/config/select_compiler_config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indexlib/boost-compat/config/select_compiler_config.h b/indexlib/boost-compat/config/select_compiler_config.h index 3453f1a35..f3c28043b 100644 --- a/indexlib/boost-compat/config/select_compiler_config.h +++ b/indexlib/boost-compat/config/select_compiler_config.h @@ -44,10 +44,6 @@ // Greenhills C++ # define BOOST_COMPILER_CONFIG "boost/config/compiler/greenhills.hpp" -#elif defined __BORLANDC__ -// Borland -# define BOOST_COMPILER_CONFIG "boost/config/compiler/borland.hpp" - #elif defined __MWERKS__ // Metrowerks CodeWarrior # define BOOST_COMPILER_CONFIG "boost/config/compiler/metrowerks.hpp" |