summaryrefslogtreecommitdiffstats
path: root/indexlib/boost-compat/config/select_compiler_config.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-27 12:49:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-31 17:18:57 +0900
commit1a970c2afc4e53022428cf2aa83c333fa31f2bbd (patch)
treef866542d0c62a2766021e753ce9a5e0a1ec01020 /indexlib/boost-compat/config/select_compiler_config.h
parent3f74eb8afdac3c84b4179f25ca275f9b3b50ba5c (diff)
downloadtdepim-1a970c2afc4e53022428cf2aa83c333fa31f2bbd.tar.gz
tdepim-1a970c2afc4e53022428cf2aa83c333fa31f2bbd.zip
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6b1f9116760b2a693428cc93a0304dd3d7d2856a)
Diffstat (limited to 'indexlib/boost-compat/config/select_compiler_config.h')
-rw-r--r--indexlib/boost-compat/config/select_compiler_config.h4
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 3453f1a3..f3c28043 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"