Skip to content

Commit ff601ad

Browse files
committed
SourceKit: inline single-use variable (NFC)
Inline the unnecessary use of the variable for creating the SourceKitSupport library.
1 parent 1ca57e0 commit ff601ad

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tools/SourceKit/lib/Support/CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
set(SourceKitSupport_sources
1+
add_sourcekit_library(SourceKitSupport
22
Concurrency-libdispatch.cpp
33
FuzzyStringMatcher.cpp
44
Logging.cpp
55
ImmutableTextBuffer.cpp
66
ThreadSafeRefCntPtr.cpp
77
Tracing.cpp
88
UIDRegistry.cpp
9-
)
10-
11-
add_sourcekit_library(SourceKitSupport
12-
${SourceKitSupport_sources}
139
LINK_LIBS swiftBasic swiftSyntax clangBasic clangRewrite
1410
)
1511
if(SWIFT_NEED_EXPLICIT_LIBDISPATCH)

0 commit comments

Comments
 (0)