Skip to content

Commit 2de30ab

Browse files
authored
[stdlib] Remove .gyb from two files that aren't using it (swiftlang#15031)
No intended functionality change.
1 parent e226c20 commit 2de30ab

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

stdlib/public/core/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ set(SWIFTLIB_ESSENTIAL
8787
Mirrors.swift.gyb
8888
Misc.swift
8989
MutableCollection.swift
90-
NewtypeWrapper.swift.gyb
90+
NewtypeWrapper.swift
9191
NormalizedCodeUnitIterator.swift
9292
ObjectIdentifier.swift
9393
Optional.swift
@@ -129,7 +129,7 @@ set(SWIFTLIB_ESSENTIAL
129129
StringIndex.swift
130130
StringInterpolation.swift
131131
StringLegacy.swift
132-
StringRangeReplaceableCollection.swift.gyb
132+
StringRangeReplaceableCollection.swift
133133
StringStorage.swift
134134
StringSwitch.swift
135135
StringIndexConversions.swift

0 commit comments

Comments
 (0)