Skip to content

Commit

Permalink
[libcxx] [test] Remove a leftover unused function in config.py. NFC.
Browse files Browse the repository at this point in the history
While there's little value in polishing the old config system,
I ran into this function and was confused for a while, while grepping
around and trying to wrap my head around things.

Differential Revision: https://reviews.llvm.org/D116131
  • Loading branch information
mstorsjo committed Dec 22, 2021
1 parent 516882a commit fd64544
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions libcxx/utils/libcxx/test/config.py
Expand Up @@ -160,14 +160,6 @@ def print_config_info(self):
self.lit_config.note("Linking against the ABI Library at {}".format(self.abi_library_root))
self.lit_config.note("Running against the ABI Library at {}".format(self.abi_runtime_root))

def get_test_format(self):
from libcxx.test.format import LibcxxTestFormat
return LibcxxTestFormat(
self.cxx,
self.use_clang_verify,
self.executor,
exec_env=self.exec_env)

def configure_cxx(self):
# Gather various compiler parameters.
cxx = self.get_lit_conf('cxx_under_test')
Expand Down

0 comments on commit fd64544

Please sign in to comment.