Blame SOURCES/ppc64le-disable-altivec.patch

28a3cc
diff --git a/src/mongo/db/fts/unicode/byte_vector.h b/src/mongo/db/fts/unicode/byte_vector.h
28a3cc
index 2404e15dfd..d361a857ff 100644
28a3cc
--- a/src/mongo/db/fts/unicode/byte_vector.h
28a3cc
+++ b/src/mongo/db/fts/unicode/byte_vector.h
28a3cc
@@ -33,8 +33,6 @@
28a3cc
 // TODO replace this with #if BOOST_HW_SIMD_X86 >= BOOST_HW_SIMD_X86_SSE2_VERSION in boost 1.60
28a3cc
 #if defined(_M_AMD64) || defined(__amd64__)
28a3cc
 #include "mongo/db/fts/unicode/byte_vector_sse2.h"
28a3cc
-#elif defined(__powerpc64__)
28a3cc
-#include "mongo/db/fts/unicode/byte_vector_altivec.h"
28a3cc
 #else  // Other platforms go above here.
28a3cc
 #undef MONGO_HAVE_FAST_BYTE_VECTOR
28a3cc
 #endif