Skip to content

Commit 34c7c2f

Browse files
committed
build: remove some dead code (NFC)
This removes an unused function in `build-script-impl`.
1 parent 746b58e commit 34c7c2f

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)