summaryrefslogtreecommitdiffstats
path: root/indexlib/boost-compat/config/select_compiler_config.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-06 21:14:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-07 10:25:42 +0900
commit30947024df51c02f766ee1bbbbd128b720669379 (patch)
tree5785e6e16bd992d4d64c1ea2b780efbe5f7901e0 /indexlib/boost-compat/config/select_compiler_config.h
parent37a191cb7c3421f2492b72648e42668c5709386f (diff)
downloadtdepim-30947024df51c02f766ee1bbbbd128b720669379.tar.gz
tdepim-30947024df51c02f766ee1bbbbd128b720669379.zip
Remove support for Tru64 and OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8a72d04b8b988e57309dbb0243fd99e0bf618a03)
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 7395aa02..00b4de96 100644
--- a/indexlib/boost-compat/config/select_compiler_config.h
+++ b/indexlib/boost-compat/config/select_compiler_config.h
@@ -36,10 +36,6 @@
// SGI MIPSpro C++
# define BOOST_COMPILER_CONFIG "boost/config/compiler/sgi_mipspro.hpp"
-#elif defined __DECCXX
-// Compaq Tru64 Unix cxx
-# define BOOST_COMPILER_CONFIG "boost/config/compiler/compaq_cxx.hpp"
-
#elif defined __ghs
// Greenhills C++
# define BOOST_COMPILER_CONFIG "boost/config/compiler/greenhills.hpp"