Skip to content

Commit b23ea62

Browse files
authored
Remove duplicated code
1 parent ef06635 commit b23ea62

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/lit.cfg

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2135,13 +2135,6 @@ config.environment['SWIFT_DEBUG_ENABLE_COW_CHECKS'] = 'false'
21352135
# Add this to the command which runs an executable to enable COW checks in the swift runtime.
21362136
config.substitutions.append(('%enable-cow-checking', TARGET_ENV_PREFIX + 'SWIFT_DEBUG_ENABLE_COW_CHECKS=true;'))
21372137

2138-
# Disabe COW sanity checks in the swift runtime by default.
2139-
# (But it's required to set this environment variable to something)
2140-
config.environment['SWIFT_DEBUG_ENABLE_COW_CHECKS'] = 'false'
2141-
2142-
# Add this to the command which runs an executable to enable COW checks in the swift runtime.
2143-
config.substitutions.append(('%enable-cow-checking', TARGET_ENV_PREFIX + 'SWIFT_DEBUG_ENABLE_COW_CHECKS=true;'))
2144-
21452138
if config.lldb_build_root != "":
21462139
lldb_python_path = get_lldb_python_path(config.lldb_build_root)
21472140
lldb_python_interpreter = get_lldb_python_interpreter(config.lldb_build_root)

0 commit comments

Comments
 (0)