Skip to content

Commit 28f2d80

Browse files
committed
runtime: remove unused source (NFCI)
`StaticBinaryELF.cpp` was listed as an optional source but then unused by any build target. As a result, it escaped detection that the file was no longer in use.
1 parent 08af3bc commit 28f2d80

File tree

2 files changed

+0
-325
lines changed

2 files changed

+0
-325
lines changed

stdlib/public/runtime/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ endif(LLVM_ENABLE_ASSERTIONS)
7777

7878
# Acknowledge that the following sources are known.
7979
set(LLVM_OPTIONAL_SOURCES
80-
StaticBinaryELF.cpp
8180
SwiftRT-COFF.cpp
8281
SwiftRT-ELF.cpp
8382
${swift_runtime_sources}

stdlib/public/runtime/StaticBinaryELF.cpp

Lines changed: 0 additions & 324 deletions
This file was deleted.

0 commit comments

Comments
 (0)