[libc++abi] Remove unused lit feature

GitOrigin-RevId: abcb9bb742c9f9fba3b71355b14c0cdcf2893ab0
diff --git a/test/libcxxabi/test/config.py b/test/libcxxabi/test/config.py
index 32b2f74..5f652c2 100644
--- a/test/libcxxabi/test/config.py
+++ b/test/libcxxabi/test/config.py
@@ -42,9 +42,6 @@
             self.config.available_features.add('libcxxabi-no-exceptions')
         if not self.has_cpp_feature('noexcept_function_type', 201510):
             self.config.available_features.add('libcxxabi-no-noexcept-function-type')
-        # test_exception_storage_nodynmem.pass.cpp fails under this specific configuration
-        if self.get_lit_bool('cxx_ext_threads', False) and self.get_lit_bool('libcxxabi_shared', False):
-            self.config.available_features.add('libcxxabi-shared-externally-threaded')
         if not self.get_lit_bool('llvm_unwinder', False):
             self.config.available_features.add('libcxxabi-has-system-unwinder')
 
@@ -61,7 +58,7 @@
             self.cxx.compile_flags += ['-D_LIBCXXABI_HAS_NO_THREADS']
             self.config.available_features.add('libcxxabi-no-threads')
         super(Configuration, self).configure_compile_flags()
-    
+
     def configure_compile_flags_header_includes(self):
         self.configure_config_site_header()
         cxx_headers = self.get_lit_conf(