Skip to content

Commit 101abe0

Browse files
authored
Merge pull request swiftlang#28956 from compnerd/lldb-cleanup
build: remove some dead code (NFC)
2 parents bf37455 + 34c7c2f commit 101abe0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

utils/build-script-impl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -326,14 +326,6 @@ function to_varname() {
326326
toupper "$(echo $1 | tr '-' '_')"
327327
}
328328

329-
function set_lldb_build_mode() {
330-
if [[ "${LLDB_BUILD_TYPE}" == "RelWithDebInfo" ]]; then
331-
LLDB_BUILD_MODE="CustomSwift-Release"
332-
else
333-
LLDB_BUILD_MODE="CustomSwift-${LLDB_BUILD_TYPE}"
334-
fi
335-
}
336-
337329
function is_llvm_lto_enabled() {
338330
if [[ "${LLVM_ENABLE_LTO}" == "thin" ]] ||
339331
[[ "${LLVM_ENABLE_LTO}" == "full" ]]; then

0 commit comments

Comments
 (0)